Description
ELF and DWARF parsing helps debugging, profiling, and binary-analysis tools understand executables and their debug information. Developers can use it to inspect symbols, addresses, and source-level metadata.
This is a library, not a full debugger. It is useful inside tools that analyze binaries, and users should apply it only to software they are allowed to inspect.