Steward
分享是一種喜悅、更是一種幸福
逆向工程 - IDA Pro - v6.4 - Build SDK
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 \ funclist getlines procext custdata custview hexview openform #funclist getlines procext custdata custview qwindow hexview openform $ sudo ln -s YOUR_IDA/libida.so /usr/lib/libida.so $ make