Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Go to file
2018-04-03 13:52:40 +02:00
include Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +02:00
src Add MemoryMap to read /proc/[pid]/maps 2018-04-03 12:23:15 +02:00
.gitignore Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +02:00
Doxyfile Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +02:00
LICENSE Initial commit 2018-03-27 18:47:47 +02:00
Makefile Compile in debug mode 2018-04-03 13:52:40 +02:00
README.md Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +02:00

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, the documentation is probably not awesome.

Documentation

To generate the documentation, make sure you have Doxygen installed on your computer, then run

    make docs