You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
include | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
.gitignore | 4 years ago | |
Doxyfile | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago |
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, the documentation is probably not awesome.
Documentation
To generate the documentation, make sure you have Doxygen installed on your computer, then run
make docs
A not necessarily up-to-date version of the documentation is also pre-compiled and available here.