-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathida-plugin.json
More file actions
20 lines (20 loc) · 1005 Bytes
/
Copy pathida-plugin.json
File metadata and controls
20 lines (20 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://hcli.docs.hex-rays.com/schemas/ida-plugin.json",
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "IDA-Discord-RPC",
"entryPoint": "ida_discord_rpc",
"version": "1.1.0",
"idaVersions": ["9.0", "9.1", "9.2", "9.3"],
"platforms": ["windows-x86_64", "linux-x86_64"],
"description": "IDA Discord RPC integrates Discord Rich Presence into IDA, displaying real-time information about your reverse engineering activity directly in your Discord profile: current function, view, file, debugging status and more - all configurable from a settings dialog.",
"license": "Apache-2.0",
"logoPath": "assets/ida-discord.png",
"categories": ["collaboration-and-productivity", "ui-ux-and-visualization"],
"keywords": ["discord", "rich-presence", "rpc", "presence", "status"],
"urls": {
"repository": "https://github.com/reversedcodes/IDA-RPC"
},
"authors": [{ "name": "Reversed Codes", "email": "echtedeveloper@gmail.com" }]
}
}