summaryrefslogtreecommitdiffstats
path: root/src/file_doc.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_doc.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+12
* src/file_doc.c: improve Frama-C annotationsChristophe Grenier2023-08-311-53/+111
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-9/+9
* src/file_doc.c: improve Frama-C annotationsChristophe Grenier2021-09-061-22/+41
* src/file_doc.c: improve Frama-C annotationsChristophe Grenier2021-06-061-23/+7
* src/file_snag.c: add Frama-C annotationsChristophe Grenier2021-03-051-268/+274
* src/file_doc.c: improve frama-c annotationsChristophe Grenier2021-02-111-50/+81
* src/file_doc.c: identify more Thumbs.db filesChristophe Grenier2020-10-111-3/+8
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-3/+14
* src/file_zip.c: Fix header_check_zip(), see commit d4a638cc44b6ec43d9b361d3ac...Christophe Grenier2020-08-241-1/+1
* file_doc.c: make the code more frama-c friendlyChristophe Grenier2020-08-221-40/+64
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* PhotoRec: add a few frama-c annotations, mostly in header_check functionsChristophe Grenier2020-01-181-0/+2
* src/file_doc.c: make more code frama-c friendlyChristophe Grenier2019-12-071-177/+326
* src/file_doc.c: additional frama-c checks, minor patch forChristophe Grenier2019-11-161-9/+27
* src/file_doc.c: make the code more frama-c friendlyChristophe Grenier2019-11-031-535/+713
* Fix the remaining problems reported by "make frama-c-bmp" and "make frama-c-doc"Christophe Grenier2019-10-191-3/+6
* src/file_doc.c: better bound checking, add various frama-c annotations (some ...Christophe Grenier2019-10-121-114/+494
* file_doc.c: modify how is_db is incremented in ole_get_file_extension()Christophe Grenier2019-10-121-9/+8
* file_doc.c: modify the "for" loops in ole_get_file_extension() and file_check...Christophe Grenier2019-10-121-18/+26
* file_doc.:c use a local variable uSectorShift instead of using le16(header->u...Christophe Grenier2019-10-121-21/+27
* file_doc.c: new function OLE_read_block()Christophe Grenier2019-10-121-44/+34
* file_doc.c: move function file_check_doc_aux() inside the fileChristophe Grenier2019-10-121-133/+133
* PhotoRec: when parsing OLE/doc files, better detect Revit .rvt and image cach...Christophe Grenier2019-09-281-0/+14
* PhotoRec: stricter check for num_FAT_blocks when parsing doc filesChristophe Grenier2019-09-281-16/+20
* PhotoRec: recover Snagit .snag filesChristophe Grenier2019-01-021-23/+32
* src/file_doc.c: add assert()Christophe Grenier2018-02-071-2/+4
* src/file_doc.c: fix typo in a commentChristophe Grenier2017-03-031-1/+1
* PhotoRec: recover .qdf-backup fileChristophe Grenier2016-08-281-0/+8
* PhotoRec: recover Lotus Approch .apr filesChristophe Grenier2016-07-251-0/+6
* PhotoRec: recover Revit .rvt filesChristophe Grenier2015-12-031-1/+6
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: recover .et filesChristophe Grenier2015-09-171-0/+2
* PhotoRec: distinguish Autodesk Inventor part ipt or iam files from .doc filesChristophe Grenier2015-09-051-2/+8
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: log the correct filename if file has been renamedChristophe Grenier2015-06-121-8/+8
* remove always-true memcmpChristophe Grenier2015-05-111-11/+9
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-42/+14
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-2/+36
* PhotoRec: recover Camtasia Studio .camrec fileChristophe Grenier2014-02-021-117/+120
* src/file_doc.c: fix memory leak reported by coverity scanChristophe Grenier2013-11-011-0/+2
* file_doc.c: compilation fix when DEBUG_OLE is definedChristophe Grenier2013-07-301-2/+4
* Constify some variablesChristophe Grenier2013-05-261-7/+7
* Fix various warning reported by gccChristophe Grenier2013-05-251-2/+2
* PhotoRec: better detection of .sldprt and StarImpress .sddChristophe Grenier2013-03-231-13/+38
* PhotoRec: fix OLE .doc/.xls/.ppt filesize detectionChristophe Grenier2013-03-231-2/+5
* PhotoRec: rewrite doc/xls/ppt/... detection. Add TurboCAD recoveryChristophe Grenier2013-02-161-136/+223
* Minor code cleanupChristophe Grenier2012-10-211-1/+1
* PhotoRec: fix SolidWorks .sldprt detectionChristophe Grenier2012-10-141-8/+23
* PhotoRec: update csectDir checksChristophe Grenier2012-06-271-6/+8