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

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

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

[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/cybersecurity-dev/awesome-elf-internals)
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com/playlist?list=PL9V4Zu3RroiVlMaBS8X6_nkXz6FPyGa-O&si=-W_udRBVwMf6kdi5)
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)]()


GitHub
 
YouTube
 
My Awesome Lists

## 📖 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)