-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathida-plugin.json
More file actions
49 lines (49 loc) · 1 KB
/
ida-plugin.json
File metadata and controls
49 lines (49 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "FridaTools",
"entryPoint": "main.py",
"version": "0.0.3",
"idaVersions": [
"9.0",
"9.1",
"9.2",
"9.3"
],
"authors": [
{
"name": "iyue",
"email": "ys1231@126.com"
}
],
"urls": {
"repository": "https://github.com/ys1231/idafridascript"
},
"platforms": [
"windows-x86_64",
"linux-x86_64",
"macos-x86_64",
"macos-aarch64"
],
"description": "一个用于生成frida脚本的ida/mcp插件/An ida/mcp plug-in for generating frida scripts",
"logoPath": "resources/main.png",
"categories": [
"ui-ux-and-visualization",
"decompilation"
],
"keywords": [
"hook",
"generate frida script",
"frida tools",
"frida",
"mcp"
],
"license": "GPL-3.0",
"pythonDependencies": [
"loguru>=0.7.3",
"mcp[cli]>=1.9.1",
"pyqt5>=5.15.11",
"pyside6>=6.10.2"
]
}
}