Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Théophile Bastian
bf8864e7e6
Doesn't work for now: still have to take into account the memory map offsets. |
||
---|---|---|
include | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
dwarfinterpret
Dwarf-to-computer interpret library, built on the top of libdwarfpp by Stephen Kell.
Allows the evaluation of a Dwarf register value of self at runtime. Useful for manual stack unwind, in the absence of a base pointer.
WIP, to be documented.