Commit graph

722 commits

Author SHA1 Message Date
Christophe Grenier
d17597c7f4 PhotoRec: use signatures defined in photorec.sig file. 2010-10-24 20:33:35 +02:00
Christophe Grenier
7fbc038d1e New prototype for size_to_unit() 2010-10-24 20:30:19 +02:00
Christophe Grenier
c9cd19d63d PhotoRec: recover lzo compressed archive 2010-10-23 20:42:37 +02:00
Christophe Grenier
f7b3ffbbaf PhotoRec: recover Print Shop .psf files 2010-10-23 20:40:01 +02:00
Christophe Grenier
f201398dbe Modified interface when prompting for a destination to store data 2010-10-23 20:36:43 +02:00
Christophe Grenier
6ce209bd9d Support cygwin's libncursesw10 2010-10-23 20:07:54 +02:00
Christophe Grenier
3a5c21e893 Use "make -j 2" in compile.sh 2010-10-23 20:07:08 +02:00
Christophe Grenier
8ee438479e Fix grammar in TestDisk first screen 2010-09-24 08:16:12 +02:00
Christophe Grenier
3239824a32 PhotoRec: handle another version of Acronis True Image 2010-09-24 08:14:50 +02:00
Christophe Grenier
0405607f7c PhotoRec: test chunk type while parsing PNG file 2010-09-24 08:13:29 +02:00
Christophe Grenier
0e447e5b07 Assume utf8 filenames in FAT 2010-09-24 08:11:58 +02:00
Christophe Grenier
df47ee18e5 aff_copy_short(): a 1-line banner 2010-09-19 18:50:57 +02:00
Christophe Grenier
81b9f669ce TestDisk: when manually adding a partition, the proposed partition is now by default the biggest free space. 2010-09-19 18:47:08 +02:00
Christophe Grenier
dad8bd370a src/log.c: refactor code by using log_open() 2010-09-19 18:46:04 +02:00
Christophe Grenier
b849bcfd8f PhotoRec: recover raw avi stream 2010-09-19 18:45:19 +02:00
Christophe Grenier
9d7bbc6b52 If compiled with "./configure --enable-mouse", most PhotoRec screens can be driven by mouse.
gpm library is dynamicaly loaded by ncurses, so this option isn't compatible with static binaries.
2010-09-11 18:53:59 +02:00
Christophe Grenier
2b5f0bec98 Remove reference to jpegmmx-lib 2010-09-11 18:38:19 +02:00
Christophe Grenier
f130fc9104 PhotoRec: in bruteforce mode, assume the error location is never after the estimated error location 2010-09-11 18:34:28 +02:00
Christophe Grenier
ca5c8fc157 PhotoRec: during the bruteforce mode, try to handle situation where the error is located before the previous estimation.
It still need work.
2010-09-11 18:32:07 +02:00
Christophe Grenier
d020e3489a PhotoRec: improve jpeg localisation of erronous data, usefull for the bruteforce mode 2010-09-11 18:27:30 +02:00
Christophe Grenier
26e726ccb0 PhotoRec: recover Quantum GIS (QGIS), Open Source Geographic Information System files and firefox sessionstore files 2010-09-11 18:14:47 +02:00
Christophe Grenier
71fa7569c0 Move binaries from sbin to bin 2010-09-11 18:09:33 +02:00
Christophe Grenier
283591d7b8 Update spec file to be a closer match to fedora 14 package 2010-09-11 18:07:51 +02:00
Christophe Grenier
dfe95c96bb Add fidentify man page, fix the section number of testdisk and photorec 2010-09-11 18:04:57 +02:00
Christophe Grenier
ebc196bb59 Don't check for varargs.h presence 2010-09-11 18:00:55 +02:00
Christophe Grenier
4f2a1e433b Fix for x86_64-pc-mingw32 2010-09-11 17:58:22 +02:00
Christophe Grenier
a7f7534d65 Warn the user that there is no echo when using sudo 2010-09-11 17:57:44 +02:00
Christophe Grenier
98ed875950 PhotoRec: code cleanup - use enum value for return value in src/phbf.c 2010-08-26 07:35:50 +02:00
Christophe Grenier
85282ca7de PhotoRec: fix dgn detection and the wrong argument to OLE_parse_summary() function 2010-08-23 16:02:07 +02:00
Christophe Grenier
90f2b63eac Code cleanup 2010-08-23 16:01:55 +02:00
Christophe Grenier
643d625772 Update TestDisk man page to include ext4 and undelete feature 2010-08-23 16:01:32 +02:00
Christophe Grenier
e9c34e3849 PhotoRec: fix the reported error location when EXIF information are corrupted 2010-08-23 16:00:00 +02:00
Christophe Grenier
3847cfd087 PhotoRec: add http cache file detection 2010-08-23 13:44:07 +02:00
Christophe Grenier
9fcecba1dd PhotoRec: better detection of corrupted EXIF information 2010-08-20 07:53:40 +02:00
Christophe Grenier
f767c4283e MBRCode: Avoid to replace the disk signature used by Vista and later 2010-08-18 21:55:40 +02:00
Steven Mestdagh
b7c1b28b16 Detect vnd (virtual node driver) devices that provides interface to disk image file. 2010-08-16 19:26:13 +02:00
Christophe Grenier
fd3025598e PhotoRec: recover Virtual desktop infrastructure 1.1 .vdi files 2010-07-23 08:55:16 +02:00
Christophe Grenier
431dc0ed08 PhotoRec: recover RoboForm .rfp files 2010-07-23 08:53:40 +02:00
Christophe Grenier
d5431cc698 PhotoRec: recover Apple QuickTake 100 files 2010-07-23 08:51:51 +02:00
Christophe Grenier
34097cdf96 PhotoRec: recover Broadcast Interface Module .bim files 2010-07-23 08:49:46 +02:00
Christophe Grenier
b0ed117995 Fix NTFS undelete of sparse file 2010-07-23 08:47:59 +02:00
Christophe Grenier
d62dbeee25 PhotoRec: parse PNG/JNG/MNG files 2010-07-23 08:46:17 +02:00
Christophe Grenier
8d5c9fc438 PhotoRec: allow carving on non sector boundary (experimental) 2010-06-22 15:35:57 +02:00
Christophe Grenier
bb9ec324b9 Code cleanup 2010-06-22 15:29:20 +02:00
Christophe Grenier
2b459c3b0e PhotoRec: distinguish jar from zip archive (fix) 2010-06-22 15:28:38 +02:00
Christophe Grenier
e27aeb4675 PhotoRec: remove a check that was preventing some mov file bigger than 1GB to be recovered 2010-06-22 15:27:09 +02:00
Christophe Grenier
2ba324249c PhotoRec: relax check for PE exe 2010-06-22 15:26:36 +02:00
Christophe Grenier
a5a6603a74 PhotoRec: fix Dalvik .dex detection 2010-06-22 15:26:09 +02:00
Christophe Grenier
7609ff87b9 Space and name cleanup 2010-06-22 15:25:22 +02:00
Christophe Grenier
4872ae2022 Handle Humax partition table 2010-06-22 15:24:27 +02:00