Vector35 / community-plugins

Repository for community provided Binary Ninja plugins
MIT License
410 stars 32 forks source link

[New Plugin]: Binja Doc Lookup #267

Closed riskydissonance closed 2 weeks ago

riskydissonance commented 2 weeks ago

Plugin Description

This plugin allows the user to lookup documentation online for the token under the cursor either directly in the browser (Ctrl-Q) or a summary in a tooltip (Ctrl-q).

By default it searches MSDN, and the tooltip shows the function summary and signature in the tooltip, but this is configurable in the settings.

Plugin Repository URL

Repo URL: https://github.com/riskydissonance/binja-doc-lookup

Real Release

psifertex commented 2 weeks ago

added, thanks! (will take a few minutes to go live)

psifertex commented 2 weeks ago

FYI, I somehow totally missed https://github.com/Vector35/community-plugins/issues/260 which you might also be interested in! Maybe it's worth combining the two plugins together?

0xdevalias commented 2 weeks ago

Maybe it's worth combining the two plugins together?

That could be a cool idea! 'One BN doc viewer/helper to rule them all'. Created issues on the specific repos to raise the idea more specifically: