Commit graph

19 commits

Author SHA1 Message Date
Christophe Grenier
e677eb6b6a src/file_indd.c: fix Frama-C warnings 2021-06-23 07:58:17 +02:00
Christophe Grenier
55ec08a83d src/file_indd.c: add frama-c annotations 2021-02-24 08:03:41 +01:00
Christophe Grenier
f236b8cc4d src/file_indd.c: fix warnings reported by frama-c 2020-09-14 18:37:51 +02:00
Christophe Grenier
79e2b889da PhotoRec: add an ifdef in each file for easier frama-c testing 2020-09-11 12:58:00 +02:00
Christophe Grenier
8fd2739598 PhotoRec: fix potential endless loop/crash when parsing abr files,
use uint64_t when parsing exe, gpg, hdf, indd files
fix calculate_packet_size() prototype
2018-02-26 10:08:48 +01:00
Christophe Grenier
fe85fa7807 PhotoRec: ignore indd header/magic value if already recovering an indd file 2018-02-07 18:15:21 +01:00
Christophe Grenier
20b02dd164 PhotoRec: for some file formats, check if file is complete when a new file is found 2016-09-30 16:31:09 +02:00
Christophe Grenier
5d18a4828b Fallback to fseek() if fseeko() failed 2015-09-25 20:32:08 +02:00
Christophe Grenier
0055796174 PhotoRec: reduce the number of backward search 2015-09-03 08:04:04 +02:00
Christophe Grenier
35ddcde355 PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup) 2015-06-13 11:58:44 +02:00
Christophe Grenier
1ebca60563 PhotoRec: modify .indd recovery to not use min_header_distance anymore 2015-06-13 11:34:51 +02:00
Christophe Grenier
e1ca401030 remove always-true memcmp 2015-05-11 09:25:39 +02:00
Christophe Grenier
6705437287 add gcc_struct attribute to all __packed__ structure
do not use fseeko() with mingw32 gcc compiler
2015-04-11 14:23:16 +02:00
Christophe Grenier
c289500329 Use fseeko() instead of fseek().
Fix 2GB per file limit on Windows for some file types.
2014-10-04 18:09:48 +02:00
Christophe Grenier
cbb6a3005d PhotoRec: update the method to find .indd file size 2014-08-13 08:31:58 +02:00
Christophe Grenier
93fc52322b PhotoRec: avoid extension with more than 3 letters for DOS/DJGPP version 2009-07-31 09:24:41 +02:00
Christophe Grenier
10b6712c62 PhotoRec: in FileOpts, press 's' to deselect all files or reset to default settings 2008-02-27 20:35:42 +01:00
Christophe Grenier
bda51eefe0 Remove header_check from struct file_hint_struct
Add Microsoft Visual Studio Resource file .res support
2007-12-23 14:54:58 +01:00
Christophe Grenier
9928d99936 First version in git 2007-10-29 22:38:52 +01:00