Advanced Portable Executable File Analyzer
Python 3.5.2 : Tested (Working)
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