Skip to content

dungkkk7/IDA-RPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

IDA Discord RPC is a plugin for IDA that displays your current activity as Discord Rich Presence. It enhances your Discord profile with real-time information about what you're working on inside IDA.

Compatible

  • IDA PRO/HOME 9.3 on Linux (Ubuntu x64)

Build

Requirements:

  • CMake 3.15+

  • C++17 compiler

  • IDA SDK 9.3 extracted locally

Linux (Ubuntu / IDA 9.3)

cmake -S . -B build -DIDASDK_PATH=/opt/ida-pro-9.3/ida-sdk
cmake --build build -j"$(nproc)"

If auto-detection of the IDA SDK library fails, set it explicitly:

cmake -S . -B build \
  -DIDASDK_PATH=/opt/ida-pro-9.3/ida-sdk \
  -DIDASDK_LIB=/opt/ida-pro-9.3/libida.so

Output plugin: build/ida_plugins/ida_discord_rpc.so

Installation

Linux:

cp build/ida_plugins/ida_discord_rpc.so ~/.idapro/plugins/

You can also copy it to <IDA_INSTALL_DIR>/plugins.

After restarting IDA, the plugin will run in the background. It does not appear in the plugin menu, as it is designed to be invisible during normal use.

Updates

Click here to check the latest releases: here

License

This project is licensed under the Apache License 2.0.
You are free to use, modify, and distribute this software under the terms of the license.

About

IDA Discord RPC is a plugin for IDA that displays your current activity as Discord Rich Presence. It enhances your Discord profile with IDA 9.3 support on linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 78.7%
  • CMake 21.3%