Commit graph

591 commits

Author SHA1 Message Date
Christophe Grenier
3718ffa332 PhotoRec: record last valid offset of a file, will be usefull for bruteforce 2009-11-01 11:13:27 +01:00
Christophe Grenier
650b7d41e9 TestDisk: fix ext2/ext3/ext4 superblock detection for 1024b block 2009-11-01 11:11:52 +01:00
Christophe Grenier
b95dd54ca2 Define _FORTIFY_SOURCE during compilation to enable more source code warnings 2009-11-01 11:10:47 +01:00
Christophe Grenier
71f416eccc PhotoRec: recover Opera preferences .win files 2009-10-25 18:40:07 +01:00
Christophe Grenier
b646a5ff15 PhotoRec: recover encrypted file by eCryptfs 2009-10-25 18:37:41 +01:00
Christophe Grenier
5e2419cf2a PhotoRec: recover Adobe's Extensible Metadata Platform .xmp files 2009-10-25 18:34:24 +01:00
Christophe Grenier
94b459950f PhotoRec: make atd_header static 2009-10-25 18:31:27 +01:00
Christophe Grenier
9b6efe3914 PhotoRec: don'tinclude iso9660.h in iso.h 2009-10-25 18:29:16 +01:00
Christophe Grenier
67e2a113f9 PhotoRec: better detection of docx/xlsx/pptx 2009-10-25 18:27:46 +01:00
Christophe Grenier
a4c75d5c74 PhotoRec: fix MPEG-1 system header start code detection 2009-10-25 18:27:20 +01:00
Christophe Grenier
7cf77194c3 PhotoRec: try to detect Microsoft Tape .bkf end of file 2009-10-25 18:26:34 +01:00
Christophe Grenier
5156d5b462 Code cleanup 2009-10-25 18:26:16 +01:00
Christophe Grenier
4a75ec8eff PhotoRec: recover Nintendo DS Game ROM Image .nds 2009-10-19 22:28:30 +02:00
Christophe Grenier
96b7bc652c PhotoRec: recover Matlab .mat files 2009-10-19 22:26:39 +02:00
Christophe Grenier
b265db85de PhotoRec: recover Color profiles .icc 2009-10-19 22:25:12 +02:00
Christophe Grenier
d2cd0813d5 PhotoRec: recover File Maker Pro .fp5 2009-10-19 22:18:07 +02:00
Christophe Grenier
07c141de4d Identify ISO9660 image as non-partitionned media 2009-10-19 22:14:08 +02:00
Christophe Grenier
33e823ef65 Move fat_set_part_name() to src/common.c and rename it to set_part_name_chomp() 2009-10-19 22:09:01 +02:00
Christophe Grenier
609bd8fda9 List 0xFB PC/Intel partition id as VMFS, VMware FileSystem 2009-10-19 21:21:27 +02:00
Christophe Grenier
b5e0a94732 PhotoRec: do not parse TIFF Makernotes 2009-10-19 21:19:39 +02:00
Christophe Grenier
8a313c74db Log syntax error in command line 2009-10-19 21:11:38 +02:00
Christophe Grenier
23e6383487 PhotoRec: minimal detection of file size of Adobe Photoshop Image .psd 2009-10-19 21:09:15 +02:00
Christophe Grenier
406d5caa38 PhotoRec: search for JPEG beginning by SOI + APP12 2009-10-19 21:04:12 +02:00
Christophe Grenier
becc29d842 PhotoRec: recover Mathlab model .mdl 2009-10-06 07:34:14 +02:00
Christophe Grenier
006f11a550 PhotoRec: distinguish .xml.gz from .gz 2009-10-06 07:33:06 +02:00
Christophe Grenier
ea16ced823 Scan for the first 20 disks under Mac OS X instead of 10 (fix) 2009-10-06 07:32:52 +02:00
Christophe Grenier
fd56b0906f dir.c: little code reorganisation 2009-09-30 09:29:51 +02:00
Christophe Grenier
f7352667c7 Scan for the first 20 disks under Mac OS X instead of 10 2009-09-30 09:25:24 +02:00
Christophe Grenier
5f35472669 file_template is a model for adding a new file format to PhotoRec 2009-09-05 13:35:38 +02:00
Christophe Grenier
3fa7dda9e7 Detect Windows server 2008 and Windows server 2008 R2 - compilation fix 2009-09-04 09:08:44 +02:00
Christophe Grenier
733a732f03 Detect Windows server 2008 and Windows server 2008 R2 2009-09-03 08:16:31 +02:00
Christophe Grenier
093f5e4485 Fix HPA/DCO detection for some big disks (ie 1.5TB) 2009-09-03 08:15:46 +02:00
Christophe Grenier
2910dcad71 PhotoRec: recover Mnemosyne .mem files 2009-09-03 08:15:14 +02:00
Christophe Grenier
34b943e881 PhotoRec: recover Bacula backup .bac and Qemu image .cow (COW and COW2) 2009-09-03 08:14:03 +02:00
Christophe Grenier
5e5828c170 Log the machine architecture 2009-08-27 08:48:06 +02:00
Christophe Grenier
767a822835 TestDisk: don't display "Structure: Ok" if there is no partition. Users are confused otherwise. 2009-08-27 08:47:16 +02:00
Christophe Grenier
5befc932bf PhotoRec: stricter check for PowerTab .ptb files 2009-08-27 08:45:58 +02:00
Christophe Grenier
98096633d7 PhotoRec: recover Xournal .xoj files 2009-08-27 08:45:19 +02:00
Christophe Grenier
7d9f251a65 Fix for Device Configuration Overlay detection when LBA48 isn't enabled 2009-08-20 09:30:25 +02:00
Christophe Grenier
19b63a58ba PhotoRec: recover JPEG XR .wdp files 2009-08-20 09:29:43 +02:00
Christophe Grenier
1f9997af85 TestDisk: locate ZFS partition beginning 2009-08-18 09:13:37 +02:00
Christophe Grenier
32babefd2d unicode.c: shutdown a warning 2009-08-18 09:12:30 +02:00
Christophe Grenier
db5adf256e PhotoRec: print an error if /cmd parameter hasn't been fully processed (work still needed) 2009-08-18 09:08:52 +02:00
Christophe Grenier
163cbb0d34 photorec.c: add missing setdate.h header 2009-08-18 09:08:32 +02:00
Christophe Grenier
bfe5d06418 PhotoRec: use a short extension when recovering sqlite files with DOS version 2009-08-18 09:05:39 +02:00
Christophe Grenier
4cacfdab26 PhotoRec: identify Ogg data/Theora video .ogm files 2009-08-18 09:04:57 +02:00
Christophe Grenier
34a54690b3 PhotoRec: extract date/time and title from Word document
better doc / xls / ppt / ... identification
recover SigmaPlot.jnb files
2009-08-18 09:04:32 +02:00
Christophe Grenier
3d99713d6a file_rename() and file_rename_unicode() new prototype 2009-08-18 08:59:22 +02:00
Christophe Grenier
46de1359fd Fix a double free when ext2fs_open() failed 2009-08-18 08:57:11 +02:00
Christophe Grenier
903945f4c9 Faster search for backup ext2/ext3/ext4 superblock 2009-08-18 08:51:11 +02:00