Author Topic: XD card recovery tool  (Read 6233 times)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
XD card recovery tool
« on: August 23, 2009, 06:35:22 PM »
Here's a little tool I wrote to recover jpeg files off of broken / corrupted raw fat images. 

Instructions:
  use a tool (I use winhex) to make a raw image of the f*cked up file system
  make a copy of that file and call it raw.bin
  run my program and it should output jpg files for you. :)

Notes.
  It is hard coded for fat cluster sizes of 4kb, you must change the source for others
 It is also hard coded to detect Olympus-style jpeg data (they do things their own way, of course).
 It also expects that empty bytes are 0xff rather than 0.