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

Stack Variable Resolution #4

Closed ElykDeer closed 1 year ago

ElykDeer commented 3 years ago

Sometimes https://github.com/Vector35/dwarf_import/blob/43e4f673bd51bdafd2c2ebcf4f2a5cadad2a2a2c/bridge.py#L118 needs to be + instead of -. We should try to detect and resolve that.

ElykDeer commented 1 year ago

Closing in favor of https://github.com/Vector35/binaryninja-api/issues/4473