Commit graph

1231 commits

Author SHA1 Message Date
Christophe Grenier
bf8739f75a PhotoRec: only save the blocksize in photorec.ses if positive 2013-03-31 09:31:33 +02:00
Christophe Grenier
e51a2d7c48 When splitting block, define them as holding data 2013-03-31 09:29:12 +02:00
Christophe Grenier
03fae6a4c7 FAT unformat: fix cluster check to not discard first-level directories 2013-03-31 09:28:32 +02:00
Christophe Grenier
4ccd8163c1 PhotoRec: Recover Autogen .agn and .mdl files 2013-03-31 09:12:51 +02:00
Christophe Grenier
9645e99937 PhotoRec: add HDPR signature for m2ts 2013-03-31 09:12:26 +02:00
Christophe Grenier
b95b060ad4 src/fat_cluster.c: improve readibility 2013-03-31 09:11:18 +02:00
Christophe Grenier
83e1947ba8 Display number of file copied in real-time 2013-03-31 09:10:40 +02:00
Christophe Grenier
23658c3793 Display information during Image Creation 2013-03-31 09:10:05 +02:00
Christophe Grenier
8dfd9a7a46 PhotoRec: save current progress every 5 minutes 2013-03-24 19:49:37 +01:00
Christophe Grenier
8b9047aa4e src/hdaccess.c: remove unnecessary variable allocation 2013-03-24 19:45:30 +01:00
Christophe Grenier
d9a7d5788a src/file_gz.c: move tar_header_posix definition 2013-03-24 19:44:39 +01:00
Christophe Grenier
c5a5351ace src/file_swf.c: fix compilation warning 2013-03-23 19:23:23 +01:00
Christophe Grenier
952ccd7f04 src/file_reg.c: fix compilation warning 2013-03-23 19:23:02 +01:00
Christophe Grenier
9727615b01 src/file_par2.c: fix compilation warning 2013-03-23 19:22:41 +01:00
Christophe Grenier
dc0f90ba71 src/file_ogg.c: fix warning about missing parenthesis 2013-03-23 19:22:00 +01:00
Christophe Grenier
6fa30f46bb src/file_gpg.c: turn off compilation warning 2013-03-23 19:21:24 +01:00
Christophe Grenier
59222e7a85 src/file_flac.c: add missing return value (bug introduced in 5f635200cf) 2013-03-23 19:20:40 +01:00
Christophe Grenier
f46267b920 src/file_elf.c: fix header size (buggy commit 358269b5ae) 2013-03-23 19:19:28 +01:00
Christophe Grenier
4756038a07 PhotoRec: add missing include ctype.h 2013-03-23 19:18:46 +01:00
Christophe Grenier
700066869b PhotoRec: better check for STL in ascii format 2013-03-23 15:39:32 +01:00
Christophe Grenier
06bd7ec9e6 PhotoRec: less false positive when .asp/.jsp detection 2013-03-23 15:37:13 +01:00
Christophe Grenier
a2c3e19e58 PhotoRec: reduce false positive when detecting .bat 2013-03-23 15:29:33 +01:00
Christophe Grenier
ee055322f6 PhotoRec: disable html detection during mbox recovery 2013-03-23 15:28:41 +01:00
Christophe Grenier
26dbd646d0 PhotoRec: filtre() in file_txt.c now takes an integer parameter 2013-03-23 15:28:08 +01:00
Christophe Grenier
cbd6ed30b2 PhotoRec: better detection of .sldprt and StarImpress .sdd 2013-03-23 15:26:39 +01:00
Christophe Grenier
2cb24336f1 Update INSTALL file 2013-03-23 15:25:32 +01:00
Christophe Grenier
8f6f4de1d4 PhotoRec: better check for .stl binary format detection 2013-03-23 15:10:55 +01:00
Christophe Grenier
929185ddb4 PhotoRec: src/file_mp3.c code reorganisation 2013-03-23 15:10:13 +01:00
Christophe Grenier
8d07dbf8c5 PhotoRec: fix OLE .doc/.xls/.ppt filesize detection 2013-03-23 15:09:41 +01:00
Christophe Grenier
f84637a6a3 PhotoRec: better signature for .max file detection 2013-03-23 15:07:02 +01:00
Christophe Grenier
753fe8a445 PhotoRec: disable recovery of Nikon .DSC file by default 2013-03-23 15:06:29 +01:00
Christophe Grenier
00ed111a56 PhotoRec: better check for .ds2 file detection 2013-03-23 15:05:52 +01:00
Christophe Grenier
acbb0e6b77 PhotoRec: better signature for .vmdk detection 2013-03-23 15:01:19 +01:00
Christophe Grenier
66eb292fc6 PhotoRec: better checks for .swf and .swc Flash file detection 2013-03-23 15:00:28 +01:00
Christophe Grenier
ff28a8c884 PhotoRec: fix cpr size detection (regression introduced in commit 622e8c7f19) 2013-03-23 14:59:10 +01:00
Christophe Grenier
e049dc130d PhotoRec: stricter check for .reg detection 2013-03-23 14:58:31 +01:00
Christophe Grenier
0fde565a74 PhotoRec: disable .psf detection during .psf recovery 2013-03-23 14:55:28 +01:00
Christophe Grenier
5f2629fe07 PhotoRec: better signature for .orf detection 2013-03-23 14:55:03 +01:00
Christophe Grenier
a3ed1f48d1 PhotoRec: stricter check for .ogg detection 2013-03-23 14:54:25 +01:00
Christophe Grenier
7a49652c09 PhotoRec: stricter check for .mpg mpeg-1 system header start code detection 2013-03-23 14:53:48 +01:00
Christophe Grenier
96de809d9e PhotoRec: recover mov file using "M4A " atom as .m4p 2013-03-23 14:52:36 +01:00
Christophe Grenier
455442f301 PhotoRec: disable jpg detection during .albm file recovery 2013-03-23 14:51:44 +01:00
Christophe Grenier
de38e65c81 PhotoRec: stricter check for Impulse audio .it file 2013-03-23 14:50:48 +01:00
Christophe Grenier
d1d77e56fd PhotoRec: check Multiple Precision Integer (MPI) used in public key crypto during .gpg detection 2013-03-23 14:49:37 +01:00
Christophe Grenier
ebb1f8e44d PhotoRec: avoid spliting .edb file when detecting the backup header 2013-03-23 14:48:21 +01:00
Christophe Grenier
1c24eb562c PhotoRec: better for .ddf detection. Add support for DDF_05 2013-03-23 14:47:39 +01:00
Christophe Grenier
0f70bee69a PhotoRec: stricter check for .asf detection 2013-03-23 14:47:06 +01:00
Christophe Grenier
7129c28c12 Use Ctrl+L to redraw the screen when listing files 2013-03-10 16:22:52 +01:00
Christophe Grenier
e42575be3a Remove problematic debug code in pnext.h 2013-03-10 16:22:15 +01:00
Christophe Grenier
7ad575340f PhotoRec: better .pcap signature 2013-03-10 16:14:41 +01:00