Skip to content

20190316 idb dump

Latest
Compare
Choose a tag to compare
@StanHash StanHash released this 16 Mar 12:38
· 28 commits to master since this release

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.