Vector35 / dwarf_import

This loads DWARF info from an open binary and propagates function names, arguments, and type info
MIT License
24 stars 7 forks source link

Feature request: Mach-O support #20

Closed comex closed 1 year ago

comex commented 1 year ago

Right now the plugin only supports ELF binaries, but Mach-O binaries can also contain DWARF debug info. It would be useful to support those as well.

rickmark commented 1 year ago

https://pypi.org/project/macholib/

Might be a useful package for parsing of the macho files

ElykDeer commented 1 year ago

Closing in favor of https://github.com/Vector35/binaryninja-api/issues/3643 (will resolve Mach-Os with debug info inside them as well). Please check out our new dwarf parser: https://github.com/Vector35/binaryninja-api/issues/3206#issuecomment-1629342753