peanalyzer: Advanced Portable Executable File Analyzer

peanalyzer Advanced Portable Executable File Analyzer Installation git clone https://github.com/blacknbunny/peanalyzer.git && cd peanalyzer/ pip install pefile pip install capstone Usage python pyanalyzer.py –file file.exe –show all python pyanalyzer.py –file file.exe –disassemble all General Dos...