Skip to content

cybersecurity-dev/PE-Static-Toolkit

Repository files navigation

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

My Awesome Lists

You can access the my other awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top

Releases

No releases published

Packages

No packages published

Languages