Open GoogleCodeExporter opened 8 years ago
currently the undelete algorithm uses a rather limited list of magics to check
if it has decrypted correctly a deleted file :
https://code.google.com/p/iphone-dataprotection/source/browse/python_scripts/hfs
/journal.py#58
you can try this modification to improve the results :
http://books.google.fr/books?id=2D50GNA1ULsC&lpg=PA143&ots=YPUQ6yJhvF&dq=isDecry
ptedCorrectly&hl=fr&pg=PA143#v=onepage&q=isDecryptedCorrectly&f=false
Original comment by jean.sig...@gmail.com
on 1 Jul 2013 at 7:10
You're my hero! :D
Thank you Mr. Sigwald, you totally made my day. I had only come across the
knownExtensions stuff in carver.py (useless for this purpose), but missed this.
I'll probably add the file signatures I need by hand, although Zdziarski's way
is nice too. And now, I must play with your code :)
Thx again!
Original comment by p...@lgomez.es
on 2 Jul 2013 at 5:11
Original issue reported on code.google.com by
p...@lgomez.es
on 1 Jul 2013 at 6:17