
고급 Portable Executable 파일 분석기 및 디스어셈블러 32 & 64 Bit
고급 Portable Executable 파일 분석기
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






