IDA Pro >> SDK v6.4

編譯環境


Debian x64

$ export __LINUX__=1
$ chmod a+x bin/idamake.pl
$ vim allmake.unx
  51 # turn on most warnings
  52 ifdef SUPPRESS_WARNINGS
  53   WARNS=-w
  54 else
  55   #WARNS=-Wall -Wextra -Wno-sign-compare -Wshadow $(NOARM_WARNS)
  56   WARNS=-w
  57 endif

$ vim plugins/makefile
   9 SAMPLES:=vcsample ugraph ugraph2 ugraph3 mtsample formsample formchooser \
  10    funclist getlines procext custdata custview hexview openform
  11    #funclist getlines procext custdata custview qwindow hexview openform

$ sudo ln -s YOUR_IDA/libida.so /usr/lib/libida.so
$ make


返回上一頁