Skip to content

Instantly share code, notes, and snippets.

@Ishibasystems
Created December 1, 2014 13:15
Show Gist options
  • Save Ishibasystems/6805acebc23afc2981f0 to your computer and use it in GitHub Desktop.
Save Ishibasystems/6805acebc23afc2981f0 to your computer and use it in GitHub Desktop.
USBメモリのダンプから削除したjpgファイルを復元(例)
sdim dump,3*1024*1024
bload"D:\\DOS\\dump.usb",dump,3*1024*1024,0x08810020
bsave"D:\\DOS\\dump.usb.jpg",dump,0x0025FF82
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment