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.
- Host: GitHub
- URL: https://github.com/ghostware0x00/parself
- Owner: ghostware0x00
- Created: 2026-06-10T14:30:45.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2026-06-10T14:41:17.000Z (13 days ago)
- Last Synced: 2026-06-10T16:18:29.414Z (13 days ago)
- Topics: c, cybersecurity, elf-parser, linux, lowlevel, reverse-engineering
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
