Search found 3 matches

by keithbcg
25 May 2014, 20:41
Forum: File recovery
Topic: Building Photorec source code for Windows
Replies: 4
Views: 3650

Re: Building Photorec source code for Windows

Hi -

I'm also failing to build due to some missing files (OS X 10.9.3 - Darwin Kernel Version 13.2.0)
Did these not get added to the git repo?
- Keith

Missing (so far):
./ChangeLog
./src/fat_common.h
./src/gnome/photorec_64x64.png

I see that 'include "fat_common.h"' was added to a bunch of ...
by keithbcg
04 Sep 2012, 02:36
Forum: File recovery
Topic: Fragmented CR2s & bruteforce?
Replies: 3
Views: 5680

Re: Fragmented CR2s & bruteforce?

That's a pity.
Can you quickly explain how the jpg defragging code works? (Or point me at the right thread if you've already answered that somewhere...)
Thanks - K
by keithbcg
22 Aug 2012, 04:59
Forum: File recovery
Topic: Fragmented CR2s & bruteforce?
Replies: 3
Views: 5680

Fragmented CR2s & bruteforce?

Photorec is amazing!
...but it doesn't cope with fragmented .cr2 files...

Would it be possible to apply the bruteforce logic to the raw data portion of .cr2 files to help this?

According to these links, the raw image data in the .cr2/tiff file is compressed in lossless Jpeg format starting at the ...