Skip to content

Latest commit

 

History

History
90 lines (64 loc) · 2.76 KB

File metadata and controls

90 lines (64 loc) · 2.76 KB

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

Linux YouTube Reddit

GitHub   YouTube   My Awesome Lists

📖 Contents



Installation Steps

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

python -m venv w_elf
source w_elf/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

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