Skip to content

Add IDA RPC IDA 9.0 and remove IDADiscord (dead) #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1742,14 +1742,6 @@ var tabledata = [
last: "20170517",
desc: "IDAPython script to auto-rename subs using the MACHOC algorithm."},

{name: "IDADiscord",
url: "https://github.com/bakablaze/IDADiscord",
src: "c++",
cats: "int",
last: "20220822",
vers: "7.6",
desc: "Discord RPC plugin for IDA 7.x."},

{name: "IDA EA",
url: "https://github.com/1111joe1111/ida_ea",
src: "py",
Expand Down Expand Up @@ -2427,6 +2419,14 @@ var tabledata = [
vers: "7.0",
desc: "Discord rich presence plugin for IDA Pro 7.0"},

{name: "ida-rpc-ida9",
url: "https://github.com/shikataganaii/ida-rpc-ida9",
src: "c++",
cats: "int",
last: "20240918",
vers: "9.0",
desc: "Discord rich presence plugin ment for IDA Pro 7.0 updated for IDA Pro 9.0"},

{name: "IDA-RPyC",
url: "https://github.com/HyperSine/ida-rpyc",
src: "py",
Expand Down