A tool for automatic synthesis of DWARF.
Go to file
Théophile Bastian 0c42aa6bcf Ignore and remove *.plugin compiled files
Added by mistake previously — link to a built file under _build. Should
not be there and prevents compilation.
2018-12-07 17:15:20 +01:00
DwarfSynth Simplest: compute first and last address of sub 2018-11-20 16:55:56 +01:00
.gitignore Ignore and remove *.plugin compiled files 2018-12-07 17:15:20 +01:00
.merlin Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00
DwarfSynth.mlpack Frontend: print as `readelf -wF` 2018-11-19 16:09:37 +01:00
LICENSE Initial commit 2018-10-12 18:45:04 +02:00
Makefile Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00
README.md Initial commit 2018-10-12 18:45:04 +02:00
_tags Frontend: print as `readelf -wF` 2018-11-19 16:09:37 +01:00
dwarfsynth.ml Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00

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.