Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Find a file
Théophile Bastian bf8864e7e6 Acually retrieve dwarf data
Doesn't work for now: still have to take into account the memory map
offsets.
2018-03-30 13:25:05 +02:00
include Acually retrieve dwarf data 2018-03-30 13:25:05 +02:00
src Acually retrieve dwarf data 2018-03-30 13:25:05 +02:00
.gitignore Initial commit 2018-03-27 18:47:47 +02:00
LICENSE Initial commit 2018-03-27 18:47:47 +02:00
Makefile Start library: working singleton class schema 2018-03-28 15:33:36 +02:00
README.md Enhance readme 2018-03-27 18:49:22 +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, to be documented.