binsync / libbs

A library for writing plugins in any decompiler: includes API lifting, common data formatting, and GUI abstraction!
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

Add a new Decompilation artifact with mappings #92

Closed mahaloz closed 1 month ago

mahaloz commented 1 month ago

Adds support to return Decompilation objects which contain text and optional mappings of lines to addresses (useful for a decomp2dbg library transition).

TODO