README.md (375B)
1 # elfinspect 2 3 work in progress [ELF][] and [DWARF][] binary inspector 4 5 ## Dependencies 6 7 - `C11` Compiler (with support for inline assembly) 8 - POSIX Compliant C-Runtime 9 10 ## Usage 11 12 Currently the program only supports reading itself and dumping its 13 headers to `stdout`. 14 15 [ELF]: https://www.man7.org/linux/man-pages/man5/elf.5.html 16 [DWARF]: https://dwarfstd.org/doc/DWARF5.pdf