逆向工程 - IDA Pro - v6.4 - Build SNES Loader



參考資訊:
https://github.com/gocha/ida-snes-ldr

Debian x64

$ git clone https://github.com/gocha/ida-snes-ldr
$ mv ida-snes-ldr/ ldr
$ vim ldr/ida-snes-ldr/makefile +5
    #$(F)snes$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
    $(F)snes$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp \

$ vim ldr/makefile +7
    bochsrc windmp snes script_ldrs $(ADDITIONAL_LOADERS) ida-snes-ldr

$ export __LINUX__=1
$ make

完成