A tool for automatic synthesis of DWARF.
DwarfSynth | ||
libdwarfw@322e118261 | ||
.gitignore | ||
.gitmodules | ||
.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.