Search found 2 matches

by DarkSider
02 Apr 2016, 19:01
Forum: File recovery
Topic: Recovering ZIP files with 100 bytes offset...
Replies: 2
Views: 2166

Re: Recovering ZIP files with 100 bytes offset...

Hi,

You can try to create a custom photorec.sig signature. It may be easier that modifing file_zip.c
zip 100 0x50 0x4b 0x03 0x04

I thought about this already, however I was under the impression that the recovery in file_zip.c tries to find matching chunks of data-streams accross spread out ...
by DarkSider
29 Mar 2016, 01:32
Forum: File recovery
Topic: Recovering ZIP files with 100 bytes offset...
Replies: 2
Views: 2166

Recovering ZIP files with 100 bytes offset...

Hello,

I need to carve several ZIP-Files from unallocated space (was ext3). Unfortunately those files are fragmented and traditional methods like extundelete fail due to the amount of deleted files.

However with this recovery comes a twist. The specific storage system stores 100bytes of metadata ...