Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Go to file
2018-03-30 14:27:25 +02:00
include Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +02:00
src Acually retrieve dwarf data 2018-03-30 13:25:05 +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 Add in-code documentation and Doxygen settings 2018-03-30 14:27:25 +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