
高度な Portable Executable ファイル アナライザー & 逆アセンブラ 32 & 64 Bit
高度なポータブル実行可能ファイル解析ツール
Python 3.5.2 : テスト済み(動作確認済み)
python peanalyzer.py --file file.exe --show all|file-path|general|dos-header|file-header|optional-header|data-directory|section-headers|imports
python peanalyzer.py --file file.exe --disassemble all
git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/
pip install pefile
pip install capstone
https://asciinema.org/a/5yBJgGZaFdOXNvsoE0SR8LIRC






