summaryrefslogtreecommitdiffstats
path: root/src/file_mlv.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_mlv.c: more frama-c annotationsChristophe Grenier2023-12-271-1/+10
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_mlv.c: improve Frama-C annotationsChristophe Grenier2021-07-021-32/+28
* file_*.c: add various Frama-C annotationsChristophe Grenier2021-04-101-0/+1
* src/file_mlv.c: fix frama-c warningsChristophe Grenier2021-02-061-5/+36
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-5/+38
* PhotoRec: improved MLV file recoveryChristophe Grenier2015-12-031-1/+34
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-8/+9
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-2/+6
* PhotoRec: recover Magic Lantern Video .mlv fileChristophe Grenier2014-09-171-0/+134