mandiant / GoReSym

Go symbol recovery tool
MIT License
498 stars 62 forks source link

Add python script to add the result into Binary Ninja #25

Closed xusheng6 closed 11 months ago

xusheng6 commented 1 year ago

I wrote this small binja plugin to add the result from GoReSym into binary ninja.

Not sure if submodules work fine for you -- it is convenient for me to keep the code in a repository since I can also add this plugin into binary ninja's plugin manager.

The script currently only handles function info. I will handle type info later.

stevemk14ebr commented 11 months ago

As these scripts are rather simple it would be preferable to not have a submodule. If you can please submit it as a not submodule I'd be happy to merge, and thank you!

EDIT: I see your reasoning now, as per the plugin manager. This is acceptable as the constraint makes sense.