Skip to content

cybersecurity-dev/ELF-Static-Toolkit

Repository files navigation

ELF Static Toolkit | Executable and Linkable Format (ELF) Analysing Toolkit

Linux YouTube Reddit

GitHub   YouTube   My Awesome Lists

Install required tools on Linux

For Ubuntu 18.04, 20.04, 22.04

sudo apt-get update
Install required tools on Windows

For Windows 11

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 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