binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Support for external symbol/debug file

Open Manouchehri opened this issue 8 years ago • 2 comments

https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html

Manouchehri avatar Oct 28 '16 14:10 Manouchehri

Are you asking specifically for support for this file format or just having symbols in an external file? As to the later, that's essentially what our .bndb files are. If you're looking for support for this particular file format, it's likely better off as a plugin than a core feature and I doubt it would be very much work but probably not something we'd focus on since it's so easy to implement using the existing API.

psifertex avatar Oct 28 '16 15:10 psifertex

Was referring to the former.

Manouchehri avatar Apr 25 '17 03:04 Manouchehri

I'm going to mark this as closed. Generally "support for external symbol/debug files" is now supported via the load option loader.debugInfoExternal (which accepts a file path), the UI action under Analysis -> Import Debug Info from External File, or through the DebugInfo APIs. Specific .debug support is provided with the official DWARF-import plugin, and better support should be coming with #3206.

ElykDeer avatar Oct 06 '22 23:10 ElykDeer