A tool for automatic synthesis of DWARF.
Théophile Bastian
0c42aa6bcf
Added by mistake previously — link to a built file under _build. Should not be there and prevents compilation. |
||
---|---|---|
DwarfSynth | ||
.gitignore | ||
.merlin | ||
_tags | ||
dwarfsynth.ml | ||
DwarfSynth.mlpack | ||
LICENSE | ||
Makefile | ||
README.md |
dwarf-synthesis
A tool for automatic synthesis of DWARF.
The purpose of this tool is to take any given binary program or library,
examine its assembly code and, based solely on that, generate the corresponding
.eh_frame
DWARF data.
Dependencies
This tool relies on BAP, which is available through OPAM.