IDA Pro >> SDK v6.4 >> Loader

Build ida-snes-ldr


參考資訊:
1. 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

完成


返回上一頁