Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntpopgetdope/ida-rpc
Discord rich presence plugin for IDA Pro 7.0
https://github.com/ntpopgetdope/ida-rpc
discord ida-plugin ida-pro rich-presence
Last synced: 6 days ago
JSON representation
Discord rich presence plugin for IDA Pro 7.0
- Host: GitHub
- URL: https://github.com/ntpopgetdope/ida-rpc
- Owner: ntpopgetdope
- License: mit
- Created: 2018-02-11T22:07:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T12:44:17.000Z (over 5 years ago)
- Last Synced: 2024-08-03T10:01:31.947Z (3 months ago)
- Topics: discord, ida-plugin, ida-pro, rich-presence
- Language: C++
- Homepage:
- Size: 78.1 KB
- Stars: 80
- Watchers: 1
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://discordapp.com/rich-presence) to display information about the current IDA session## Installation
To install ida-rpc simply copy the two binaries from the [latest release](https://github.com/offlineJ/ida-rpc/releases) 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```## :flushed:
~~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](https://www.hex-rays.com/products/ida/support/download.shtml), compile in 64bit Release for 32bit ida and 64bit Release64 for 64bit ida