Author: Benedikt Schmotzle
Binary Ninja plugin to query MSDN api documentation.
This plugin tries to ease up the process of querying the documentation of a Win32 API function while reversing in Binary Ninja. When run it asks the user for a query string and opens the first resulting link inside a new html report view within Binary Ninja.
The following dependencies are required for this plugin:
- pip requests
- pip beautifulsoup4
Simply run
$ git clone https://github.com/schmotzle/binja-msdn ~/.binaryninja/plugins/binja-msdn
This plugin is released under a MIT license.