https://github.com/rnpnr/elfinspect
ELF and DWARF Binary Inspector
https://github.com/rnpnr/elfinspect
dwarf elf
Last synced: 11 months ago
JSON representation
ELF and DWARF Binary Inspector
- Host: GitHub
- URL: https://github.com/rnpnr/elfinspect
- Owner: rnpnr
- License: isc
- Created: 2025-04-28T02:34:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-19T22:22:13.000Z (about 1 year ago)
- Last Synced: 2025-06-09T13:57:05.673Z (about 1 year ago)
- Topics: dwarf, elf
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elfinspect
work in progress [ELF][] and [DWARF][] binary inspector
## Dependencies
- `C11` Compiler (with support for inline assembly)
- POSIX Compliant C-Runtime
## Usage
Currently the program only supports reading itself and dumping its
headers to `stdout`.
[ELF]: https://www.man7.org/linux/man-pages/man5/elf.5.html
[DWARF]: https://dwarfstd.org/doc/DWARF5.pdf