cybersecurity-dev / PE-Static-Toolkit

PE Static Toolkit | Portable Executable (PE) Analysing Toolkit

Home Page:https://learn.microsoft.com/en-us/windows/win32/debug/pe-format

Repository from Github https://github.comcybersecurity-dev/PE-Static-ToolkitRepository from Github https://github.comcybersecurity-dev/PE-Static-Toolkit

PE Static Toolkit | Portable Executable (PE) Analysing Toolkit

made-with-python built-with-science open-source

GitHub   YouTube   My Awesome Lists

Install required tools on Linux

For Ubuntu 18.04, 20.04, 22.04

sudo apt-get update
Install required python libs

pip install

pip install -r requirements.txt
python3 setup.py install

conda install

conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top

About

PE Static Toolkit | Portable Executable (PE) Analysing Toolkit

https://learn.microsoft.com/en-us/windows/win32/debug/pe-format

License:Apache License 2.0


Languages

Language:Python 100.0%