User Tools

Site Tools


decomp:reversing

This is an old revision of the document!


Reversing the Game

Importing code.bin

To look at and document the disassembled/pseudo-decompiled code of the game, you are best off using a Tool specifically made for Reverse-engineering, like one of the following:

For this Article, Ghidra will be used, but you can use anything.

To import the code.bin into the program you are using, you are probably better off converting it to an ELF file to import it, since ELF is a more widely-supported format.

Notes when importing with Ghidra

  • Disable the “Non-Returning Functions - Discovered” option when importing, since it will only cause trouble by marking innocent functions as non-returning.
decomp/reversing.1666352150.txt.gz · Last modified: 2022/10/21 11:35 by fruityloops