bsw4p / binja-msdn

Binary Ninja plugin to query MSDN api documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Binary Ninja plugin to query MSDN api documentation.

License:MIT License


Languages

Language:Python 100.0%