DWARF as a Shared Reverse Engineering Format
IntroductionWhen reverse engineering binaries, we could want, at some point, to share the reverse-engineered
information with others. The DWARF format, originally designed to hold debug
information associated with the original source code, is also well-suited for
storing reverse-engineered informations such as structure, function names.This blog post introduces a new API in LIEF extended to create DWARF files.
It also introduces two plugins for Ghidra and BinaryNinja to export binary analysis
in...
Read more at lief.re