index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
PhotoRec: recover bbdoc files (zip archives)
Christophe Grenier
10 days
1
-2
/
+9
*
Disable some code sections for frama-c
Christophe Grenier
10 days
10
-4
/
+54
*
PhotoRec: recover Doom .wad files
Christophe Grenier
10 days
3
-1
/
+76
*
New prototype for ask_location() and td_getcwd()
Christophe Grenier
2020-12-06
7
-76
/
+118
*
src/dirn.c: clear "Stop" message once files have been copied
Christophe Grenier
2020-11-29
1
-0
/
+4
*
Do not return the file handle when calling log_open() and log_open_default()
Christophe Grenier
2020-11-27
4
-32
/
+32
*
fat: use uint8_t instead of int8_t for name and ext
Christophe Grenier
2020-11-27
2
-6
/
+6
*
src/Makefile.am: add "-c11" flag when calling frama-c
Christophe Grenier
2020-11-27
1
-0
/
+1
*
src/ntfs.c: fix a check in ntfs_attribheader()
Christophe Grenier
2020-11-27
1
-1
/
+1
*
src/luks.c: improve code readability
Christophe Grenier
2020-11-27
1
-2
/
+3
*
src/xfs.c: improve code readability
Christophe Grenier
2020-11-27
1
-2
/
+3
*
sysv: use unsigned int when checking the signature
Christophe Grenier
2020-11-27
2
-3
/
+3
*
src/log.c: call dup2() in log_open()
Christophe Grenier
2020-11-27
5
-38
/
+26
*
src/file_swf.c: Check scriptLen in compressed swf header
Christophe Grenier
2020-11-17
1
-1
/
+2
*
src/file_txt.c: try to be more frama-c friendly
Christophe Grenier
2020-11-01
1
-17
/
+68
*
src/Makefile.am: add session_photorec-%.framac target
Christophe Grenier
2020-11-01
1
-27
/
+41
*
Disable ncurses library when using frama-c
Christophe Grenier
2020-11-01
27
-9
/
+91
*
src/godmode.c: try to be more static parser friendly
Christophe Grenier
2020-11-01
1
-12
/
+14
*
src/file_ab.c: fix frama-c annotation
Christophe Grenier
2020-11-01
1
-1
/
+1
*
src/fatp.c: remove useless prototypes
Christophe Grenier
2020-11-01
1
-3
/
+0
*
src/file_vmdk.c: remove unused l1_entry_sectors variable
Christophe Grenier
2020-11-01
1
-2
/
+0
*
src/file_fits.c: small steps to make the parser more frama-c friendly.
Christophe Grenier
2020-10-28
1
-13
/
+33
*
src/file_mkv.c: rewrite mkv parser
Christophe Grenier
2020-10-25
1
-48
/
+125
*
src/file_xm.c: fix frama-c warnings
Christophe Grenier
2020-10-24
1
-5
/
+29
*
src/file_xfs.c: fix Frama-c warnings
Christophe Grenier
2020-10-24
1
-4
/
+9
*
src/file_xar.c: recover xar archive using sha512 to checksum data
Christophe Grenier
2020-10-24
1
-5
/
+10
*
src/file_x4a.c: add frama-c annotations
Christophe Grenier
2020-10-24
1
-3
/
+11
*
src/file_vmdk.c: stricter header check
Christophe Grenier
2020-10-24
1
-15
/
+21
*
src/file_ttf.c: Fix frama-c warnings
Christophe Grenier
2020-10-24
1
-8
/
+30
*
src/file_gif.c: hide frama-c warning
Christophe Grenier
2020-10-24
1
-1
/
+3
*
file_allow_nl(): add assigns frama-c annotation
Christophe Grenier
2020-10-24
2
-5
/
+10
*
src/file_tib.c: fix frama-c warnings in file_check_tib2()
Christophe Grenier
2020-10-18
1
-7
/
+11
*
PhotoRec: fix tar recovery
Christophe Grenier
2020-10-17
5
-29
/
+93
*
Fix "make fram-c-fidentify-swf"
Christophe Grenier
2020-10-12
1
-1
/
+1
*
src/file_sp3.c: hide frama-c warning
Christophe Grenier
2020-10-12
1
-0
/
+2
*
src/file_spf.c: fix frama-c warnings
Christophe Grenier
2020-10-12
1
-3
/
+10
*
src/file_stl.c: fix filesize
Christophe Grenier
2020-10-12
1
-3
/
+6
*
src/file_jpg.c: prevent thumb file recovered instead of the whole
Christophe Grenier
2020-10-11
1
-2
/
+2
*
src/file_jpg.c: some jpg were originally using Multiple-Picture Format (MPF)....
Christophe Grenier
2020-10-11
1
-2
/
+276
*
src/jfs.c: prevent a potential overflow when calculating the partition
Christophe Grenier
2020-10-11
1
-1
/
+1
*
src/file_doc.c: identify more Thumbs.db files
Christophe Grenier
2020-10-11
1
-3
/
+8
*
src/file_asf.c: header check was too strong and rejecting valid files.
Christophe Grenier
2020-10-11
1
-1
/
+1
*
Fix "make frama-c-fidentify-rw2"
Christophe Grenier
2020-10-11
4
-7
/
+12
*
Add an header guard to prevent multiple inclusion
Christophe Grenier
2020-10-11
3
-2
/
+9
*
src/file_pdb.c: fix Frama-C warning
Christophe Grenier
2020-10-10
1
-0
/
+3
*
src/file_par2.c: better filesize check
Christophe Grenier
2020-10-10
1
-1
/
+1
*
src/file_oci.c: better filesize check
Christophe Grenier
2020-10-10
1
-0
/
+2
*
src/file_mysql.c: add Frama-C annotations
Christophe Grenier
2020-10-10
1
-15
/
+34
*
src/file_msa.c: add a filesize check
Christophe Grenier
2020-10-10
1
-1
/
+18
*
src/file_mpg.c: move frama-c annotation at the header definition
Christophe Grenier
2020-10-10
1
-3
/
+3
[next]