Christophe GRENIER

Results 55 comments of Christophe GRENIER

You can try - TestDisk, Advanced, Undelete. Be careful to store the recovered files on another partition than the source partition. - "git fsck --lost-found" and check files in .git/lost-found/...

TestDisk can be compiled under Windows with cygwin or with mingw-w64, but not with visual studio. See https://www.cgsecurity.org/testdisk_doc/compilation_env.html#windows

Probably a missing qt5 package while you have done the autoreconf. A workaournd is to try to compile the 7.2 version instead of the version from git, so you have...

QPhotorec can be used by a non-root user to analyse raw image files and encase/ewf files (if encase support has been enable during compilation). If you think Qphotorec packaged for...

Have you check that PhotoRec was really unable to recover them ? You can try fidentify and/or https://www.cgsecurity.org/photorec/ Please provide some file samples of each type not detected by PhotoRec.

JPEG XL codestream: 0xff 0x0a I don't think it's possible to recover jxl without a lot of false positive

Both files are already recovered by PhotoRec. It's not perfect as the end of the files with the non-standard extension is truncated. Have you tried PhotoRec against a memory card...

Can you play the mov files ? If the files are broken, it's probably due to the original file fragmentation.

/cmd is implemented as described in https://www.cgsecurity.org/wiki/Scripted_run but it's not advertised in the man page or in the command line help.

> I probably should move `static char *custom_sig_file = NULL;` to `struct ph_param`. What do you think, @cgsecurity? As it's only used once, I think it's OK as a "static...