Commit graph

1173 commits

Author SHA1 Message Date
Christophe Grenier
50f8149eff PhotoRec: rewrote mpg detection 2013-03-10 16:04:01 +01:00
Christophe Grenier
97e42e41e8 PhotoRec: stricter checks for .mov recovery 2013-03-10 16:02:36 +01:00
Christophe Grenier
54a8eadd5c PhotoRec: fix .mig recovery when blocksize=1 2013-03-10 16:02:12 +01:00
Christophe Grenier
85c3ba54ad PhotoRec: fix .m2ts recovery when blocksize=1 2013-03-10 16:01:33 +01:00
Christophe Grenier
5f635200cf PhotoRec: better signature for .flac 2013-03-10 16:00:58 +01:00
Christophe Grenier
5c1125c20b PhotoRec: stricter checks for .exs 2013-03-10 16:00:02 +01:00
Christophe Grenier
9dc3846056 PhotoRec: add checks for .emf header validation 2013-03-10 15:59:24 +01:00
Christophe Grenier
358269b5ae PhotoRec: better signatures for ELF 2013-03-10 15:58:57 +01:00
Christophe Grenier
b2d291cb00 PhotoRec: fix .bac recovery when blocksize=1 2013-03-10 15:58:06 +01:00
Christophe Grenier
72f23100a0 PhotoRec: fix .ace recovery when blocksize=1 2013-03-10 15:51:34 +01:00
Christophe Grenier
b8b79e6aaa PhotoRec: rewrite doc/xls/ppt/... detection. Add TurboCAD recovery 2013-02-16 16:21:49 +01:00
Christophe Grenier
199a661c30 PhotoRec: stricter check for .gz file 2013-02-16 16:16:43 +01:00
Christophe Grenier
faceca8b9a HFS and HFS+ blocksize must be a multiple of 512 2013-02-16 16:13:47 +01:00
Christophe Grenier
3badc433a4 PhotoRec: recover FictionBook .fb2 2013-02-16 16:13:23 +01:00
Christophe Grenier
5a0e2bb807 PhotoRec: close PDF file before renaming it 2013-02-16 16:12:25 +01:00
Christophe Grenier
66d99f2ae5 When copying files, ask for the target directory again if the source directory has changed 2013-01-19 11:40:23 +01:00
Christophe Grenier
05dfc5ce79 PhotoRec: Blacklist "<>|" chars in filenames 2013-01-19 11:39:03 +01:00
Christophe Grenier
ce46b7142b Fix header_check_par2() function 2013-01-19 11:38:25 +01:00
Christophe Grenier
bb8e8fc98c Add xml_clear_command_line() function 2013-01-19 11:38:09 +01:00
Christophe Grenier
de98984716 "fidentify -check" identifies and checks the files 2012-12-23 17:29:11 +01:00
Christophe Grenier
62a39b9b45 Reduce unnecessary interactivity in scripted run 2012-12-23 17:17:57 +01:00
Christophe Grenier
8a8d64e8e9 file_search_lc_footer() isn't used, disable its compilation for the moment 2012-12-23 17:15:37 +01:00
Christophe Grenier
0a68c6d473 Settings in TestDisk options menu can be set via command line 2012-12-23 17:14:31 +01:00
Christophe Grenier
775ed679d3 move testdisk.log file creation a little bit earlier 2012-12-23 17:13:50 +01:00
Christophe Grenier
b4a555b8a5 Avoid underflow when using TestDisk on file smaller than 512 bytes 2012-12-23 17:08:55 +01:00
Christophe Grenier
2f15003805 PhotoRec: fix 64 bit zip recovery 2012-12-23 17:07:48 +01:00
Christophe Grenier
fed437606c PhotoRec: add http cache data recovery for forensics purpose 2012-12-23 17:06:46 +01:00
Christophe Grenier
07505440f7 PhotoRec: add another signature for NFPKDDAT .dat history 2012-12-23 17:05:21 +01:00
Christophe Grenier
f4f3973bb5 Hide/unhide NTFS Alternate Data Stream 2012-12-23 17:05:06 +01:00
Christophe Grenier
325573c938 List Undelete in exFAT menu 2012-12-23 16:56:58 +01:00
Christophe Grenier
ff9bf8f8e2 Add "configure --enable-coverage=yes" option 2012-12-23 16:56:17 +01:00
Christophe Grenier
527f92ebfc PhotoRec: detect .MPO (3D jpeg) filesize 2012-12-08 18:06:22 +01:00
Christophe Grenier
da6fe469c4 Windows: workaround for NTFS Alternate Data Stream creation
fopen() creates normal files instead of ADS with ':' replaced by an UTF char
replace ':' by '_' instead
2012-12-08 18:01:42 +01:00
Christophe Grenier
4ab4b39067 Detect alternate EFI GPT 2012-12-08 18:00:49 +01:00
Christophe Grenier
7521a45508 Android: also compile testdisk 2012-12-08 18:00:07 +01:00
Christophe Grenier
1492220b48 PhotoRec: better size detection using TileOffsets and TileByteCounts 2012-12-08 17:59:08 +01:00
Christophe Grenier
190b91b85e various code cleanup 2012-12-08 17:58:27 +01:00
Christophe Grenier
80385c0ed1 Android: timezone symbol isn't defined, do not use it 2012-12-08 17:57:02 +01:00
Christophe Grenier
f3130536bc Preliminary work for Android integration 2012-11-06 09:57:33 +01:00
Christophe Grenier
86daaaf1a4 PhotoRec: Recover Windows imaging (WIM) image 2012-11-06 09:50:47 +01:00
Christophe Grenier
34da5767b6 Don't depend on "struct stat" for storing information about files, this
fix inode truncation when compiled with cygwin
2012-11-06 09:46:08 +01:00
Christophe Grenier
7d15a16cb8 PhotoRec: add another exception for text that can be present in jpg 2012-11-06 09:44:59 +01:00
Christophe Grenier
5dfd33c90c PhotoRec: return libjpeg-turbo version 2012-11-06 09:44:36 +01:00
Christophe Grenier
a414b5779a PhotoRec: remove 7z file restriction 2012-11-06 09:39:56 +01:00
Christophe Grenier
3e805fc0f7 Update INSTALL file 2012-11-06 09:39:43 +01:00
Christophe Grenier
272c9c9e2c List UFS and UFS 2 Little endian filesystemtype correctly when no partition table is used 2012-10-25 19:25:03 +02:00
Christophe Grenier
70efbd5024 PhotoRec: txt file recovery code cleanup 2012-10-21 19:35:49 +02:00
Christophe Grenier
d68d3d1aa3 PhotoRec: rewrote GPG file recovery 2012-10-21 19:35:25 +02:00
Christophe Grenier
a167647101 PhotoRec: fix "Align partition: No" display in Options menu 2012-10-21 19:34:56 +02:00
Christophe Grenier
ac415fbfee PhotoRec: fix recovered .hdf file 2012-10-21 12:14:25 +02:00