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
angr elf elf-header elf-parser lief linux linux-reverse-engineering malware-analysis malware-detection readelf reverse-engineering reverseengineering
Last synced: 9 days ago
JSON representation
ELF Static Toolkit | Executable and Linkable Format (ELF) Analysing Toolkit
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/elf-static-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2024-07-12T13:06:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T21:41:10.000Z (5 months ago)
- Last Synced: 2026-02-22T10:23:37.498Z (4 months ago)
- Topics: angr, elf, elf-header, elf-parser, lief, linux, linux-reverse-engineering, malware-analysis, malware-detection, readelf, reverse-engineering, reverseengineering
- Language: Python
- Homepage: https://man7.org/linux/man-pages/man5/elf.5.html
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATIONS.bib
Awesome Lists containing this project
README
# **`ELF Static Toolkit`** | Executable and Linkable Format ([ELF](https://www.cs.cmu.edu/afs/cs/academic/class/15213-f00/docs/elf.pdf)) Analysing Toolkit
[](https://github.com/cybersecurity-dev/awesome-elf-internals)
[](https://youtube.com/playlist?list=PL9V4Zu3RroiVlMaBS8X6_nkXz6FPyGa-O&si=-W_udRBVwMf6kdi5)
[]()
## 📖 Contents
- [Installation Steps](#installation-steps)
- [My Awesome Lists](#my-awesome-lists)
- [Contributing](#contributing)
- [Contributors](#contributors)
---
---
## Installation Steps
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
python -m venv w_elf
source w_elf/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
```
### conda install
```script
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](https://cyberthreatdefence.com/my_awesome_lists)
### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/ELF-Static-Toolkit/graphs/contributors)!
[🔼 Back to top](#elf-static-toolkit--executable-and-linkable-format-elf-analysing-toolkit)