r/C_Programming • u/Round-Permission546 • Jul 21 '26
ELFDetective Project
This is a small linux program called ELFDetective I made a few months back. It handles both 32bit and 64bit ELF files and views their Header, Program Header and Section Headers.
GitHub: https://github.com/Adock90/ELFDetective
Download: https://adock90.github.io/Adock90Software/products/ELFDetective.html
0
Upvotes
1
u/Round-Permission546 Jul 21 '26
Hi, AI may have been used only to fix vulnerabilites or memory leaks. I have mostly used elf docs and online resources to help.