Skip to content

Releases: StanHash/DOC

20190316 idb dump

16 Mar 12:38
Compare
Choose a tag to compare

The zip contains:

  • a .sym file you can use to debug using no$gba.
  • a .s file you can build into a reference object for linking (or use as textual reference).
  • a .idc file for use with IDA (I am not distributing the idb itself as I'm fairly sure it would contain the binary itself).

Notes about importing the idc into IDA:

  • open a clean FE8U binary, choose binary or if you have a gba ROM loader choose that, and choose arm little endian as processor.
    • if you choose binary make sure you're setting it up to map the ROM at 0x8000000.
  • File -> Script file... -> choose the .idc file.
  • ignore warnings if any show up.

20190101 idb dump

01 Jan 20:55
Compare
Choose a tag to compare

The zip contains:

  • a .sym file you can use to debug using no$gba.
  • a .s file you can build into a reference object for linking (or use as textual reference).
  • a .idc file for use with IDA (I am not distributing the idb itself as I'm fairly sure it would contain the binary itself).

I feel like this is probably a good place to distribute those so maybe I'll do that from now on.