Get the latest tech news
DWARF as a Shared Reverse Engineering Format
This blog post introduces a new API in LIEF to create DWARF files
In contrast to LLVM’s low-level API, LIEF provides an abstraction that simplifies the implementation details of the DWARF format. It requires defining some kind of DWARF expression and if you are curious about the actual implementation, you can check this Github Gist. It’s worth noting that DWARF is compatible with PE binaries, even though this is not the default format for storing debug information on Windows.
Or read this on Hacker News