diff --git a/README.md b/README.md index 80f8cfb..431d565 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # dwarfinterpret -Dwarf-to-computer interpret library, built on the top of libdwarfpp. \ No newline at end of file +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.