An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/elf-static-toolkit

ELF Static Toolkit | Executable and Linkable Format (ELF) Analysing Toolkit
https://github.com/cybersecurity-dev/elf-static-toolkit

elf elf-header elf-parser lief readelf reverse-engineering

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# [ELF](https://youtube.com/playlist?list=PL9V4Zu3RroiVlMaBS8X6_nkXz6FPyGa-O&si=-W_udRBVwMf6kdi5) Static Toolkit | Executable and Linkable Format ([ELF](https://www.cs.cmu.edu/afs/cs/academic/class/15213-f00/docs/elf.pdf)) Analysing Toolkit

Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update
```

Install required tools on Windows

### For Windows 11

```powershell
```

Install required python libs

### pip install
```script
pip install -r requirements.txt
python3 setup.py install
```

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