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

https://github.com/ghostware0x00/parself

custom elf parser using c programming.
https://github.com/ghostware0x00/parself

c cybersecurity elf-parser linux lowlevel reverse-engineering

Last synced: 5 days ago
JSON representation

custom elf parser using c programming.

Awesome Lists containing this project

README

          

## About

- Built a low-level ELF binary analysis tool in C that parses ELF headers, program headers, and section headers manually without using external libraries. Supports both 32-bit and 64-bit ELF formats with proper endian handling and reconstructs binary metadata similar to Linux readelf.

## Usage

### Compilation
```bash
gcc parself.c -o parself
```

### Execution
```bash
./parself
```

## Tool Preview

![Preview](./Images/demo_image.png)