Search found 2 matches

by tsdpd6n
23 Oct 2019, 01:56
Forum: File recovery
Topic: Recovery office file fail
Replies: 2
Views: 3086

Re: Recovery office file fail

No, I use Qt Creator 4.7.2 to compile qphotorec .
by tsdpd6n
22 Oct 2019, 06:18
Forum: File recovery
Topic: Recovery office file fail
Replies: 2
Views: 3086

Recovery office file fail

I have built the QPhotorec.exe in windows platform.
I use Qt5.11.3 and mingw.
I can recovery photo files. However, I can not find the file header of office files.
I check the source code and find that it return 0 when check for little endian in file_gen.c .

static int header_check_doc(const ...