逆向工程 - IDA Pro - 如何輸出Graph Overview



安裝步驟:

$ cd 
$ sudo apt-get install libmodule-install-perl graphviz perl -y
$ wget https://cpan.metacpan.org/authors/id/T/TE/TELS/graph/Graph-Easy-0.64.tar.gz
$ tar xvf Graph-Easy-0.64.tar.gz
$ cd Graph-Easy-0.64
$ perl Makefile.PL
$ make
$ sudo make install

測試NOTEPAD


導出GDL


進行轉換

$ graph-easy --from gdl --input=test.gdl --png --output=test.png

完成