offlineJ / ida-rpc

Discord rich presence plugin for IDA Pro 7.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ida-rpc

About

ida-rpc was a quick test plugin to see what changed in the 7.0 sdk, subsequently it only supports IDA 7.x as of now, it allows for discord rich presence to display information about the current IDA session

Installation

To install ida-rpc simply copy the two binaries from the latest release to ida_install_location/plugins/ , to change options within the plugin open the plugins menu and select IDA RPC Edit -> Plugins -> IDA RPC or use the default hotkey Ctrl-Alt-R

😳

Didnt see any point in uploading source as its such a simple plugin, will upload if requested though

Building

To build this solution you'll need to get a copy of the IDA 7.x SDK, compile in 64bit Release for 32bit ida and 64bit Release64 for 64bit ida

About

Discord rich presence plugin for IDA Pro 7.0

License:MIT License


Languages

Language:C++ 85.8%Language:C 14.2%