Author: Daniel Weber
Binary Ninja plugin for restoring function names from stripped Golang binaries.
The plugin parses the section .gopclntab where Golang stores debug symbols and restores
the function names. If there is no section named .gopclntab it will try to search for the section.
This plugin requires the following minimum version of Binary Ninja:
- 2.0.2170
The following dependencies are required for this plugin:
- Python 3.6
This plugin is released under a MIT license.
2