/binja-msdn

Binary Ninja plugin to query MSDN api documentation.

Primary LanguagePythonMIT LicenseMIT

binja-msdn

Author: Benedikt Schmotzle

Binary Ninja plugin to query MSDN api documentation.

Description:

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.

Required Dependencies

The following dependencies are required for this plugin:

  • pip requests
  • pip beautifulsoup4

Install

Simply run

$ git clone https://github.com/schmotzle/binja-msdn ~/.binaryninja/plugins/binja-msdn

Screenshots

Query field

Query result

License

This plugin is released under a MIT license.