Enhance readme

This commit is contained in:
Théophile Bastian 2018-03-27 18:49:22 +02:00
parent 572334e87d
commit 37c54424a3

View file

@ -1,3 +1,11 @@
# dwarfinterpret
Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Dwarf-to-computer interpret library, built on the top of
[libdwarfpp](gogs@git.tobast.fr:m2-internship/dwarfinterpret.git) 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.