Enhance readme
This commit is contained in:
parent
572334e87d
commit
37c54424a3
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue