~slendi/elf_dwarf_parser

ELF and DWARF parser library for Odin
Check section name directly without allocating
Fix memory bug, make example printing nicer
Finish ELF64 parser

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~slendi/elf_dwarf_parser
read/write
git@git.sr.ht:~slendi/elf_dwarf_parser

You can also use your local clone with git send-email.

#ELF and DWARF parser library for Odin

This library for Odin allows you to extract any data you want related to DWARF and ELF. In the future, It's also planned so that you can also build ELF files with optional DWARF information. The API is designed to be close to the formats, but also easy to use though means of abstraction.

#License

This project is licensed under the GNU AGPLv3 license. Find more information inside of the LICENSE file.