Commit graph

1454 commits

Author SHA1 Message Date
Christophe Grenier
d72e5103b3 PhotoRec: get .dpx file date from header 2013-04-19 08:06:58 +02:00
Christophe Grenier
5f6997c665 PhotoRec: get date from COW1 file header, remove file size test for COW2 file 2013-04-19 08:05:33 +02:00
Christophe Grenier
50390d8786 PhotoRec: get .arj date from file header 2013-04-19 08:05:17 +02:00
Christophe Grenier
1596047827 PhotoRec: get .asf date from file header 2013-04-19 08:04:25 +02:00
Christophe Grenier
6079f96a35 PhotoRec: fix regression from commit 0f70bee69a 2013-04-19 07:59:38 +02:00
Christophe Grenier
eef1b4b104 PhotoRec: get .reg file date from header 2013-04-19 07:58:59 +02:00
Christophe Grenier
e6f2c37ad0 Move td_ntfs2utc() to src/common.c 2013-04-19 07:57:37 +02:00
Christophe Grenier
4470b802c0 PhotoRec: add two new signatures for html files 2013-04-11 19:42:00 +02:00
Christophe Grenier
d088f88576 PhotoRec: check sooner if a file is currently recovered when detecting a potential new txt file 2013-04-11 19:39:59 +02:00
Christophe Grenier
ccb272200c PhotoRec: a text file must contains several lines 2013-04-11 19:38:44 +02:00
Christophe Grenier
9d4eb87787 PhotoRec: modify header_check_perlm() to use UTFsize() instead of UTF2Lat() 2013-04-11 19:35:27 +02:00
Christophe Grenier
a33ecafd65 PhotoRec: modify data_check_txt() to use UTFsize() instead of UTF2Lat() 2013-04-11 19:34:53 +02:00
Christophe Grenier
b6b60e1e51 PhotoRec: use UTFsize() instead of UTF2Lat() to detect html end 2013-04-11 18:53:25 +02:00
Christophe Grenier
f35635f7d3 PhotoRec: add several signatures for mbox recovery 2013-04-11 18:51:48 +02:00
Christophe Grenier
d5c750582d PhotoRec: recover Armory bitcoin wallet 2013-04-11 18:46:11 +02:00
Christophe Grenier
5febf50aca PhotoRec: modify mp3 signature - reduce the number of time where header_check_mp3 is called 2013-04-11 18:44:51 +02:00
Christophe Grenier
968b8fd059 If no disk is detected, the user isn't root and TestDisk/PhotoRec are compiled with sudo support, restart using sudo without asking first the user. 2013-04-11 18:36:22 +02:00
Christophe Grenier
7d216e7bb4 PhotoRec: detect .qcp File Format for Speech Data.
Add a FourCC check.
2013-04-11 18:33:56 +02:00
Christophe Grenier
772b90e59a PhotoRec: remove .jp2 filesize detection 2013-04-11 18:31:42 +02:00
Christophe Grenier
a342b0ccb7 PhotoRec: fix .fits filesize detection 2013-04-11 18:30:57 +02:00
Christophe Grenier
05698fa19d PhotoRec: extract date/time from Windows PE exe/dll 2013-04-11 18:30:29 +02:00
Christophe Grenier
807f3cdfe2 PhotoRec: recover Shorten .shn audio file 2013-03-31 10:35:36 +02:00
Christophe Grenier
5b6ff07ea7 PhotoRec: limit the number of times PhotoRec moves backward to recover to the previous fragmented files 2013-03-31 09:32:17 +02:00
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