-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathida-plugin.json
More file actions
37 lines (37 loc) · 830 Bytes
/
ida-plugin.json
File metadata and controls
37 lines (37 loc) · 830 Bytes
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
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "LazyCross",
"entryPoint": "LazyCross.py",
"version": "1.0.0",
"idaVersions": ">=7.4",
"description": "Display cross-references to functions and variables across the entire binary in Hex-Rays pseudocode",
"license": "GPL-3.0",
"logoPath": "logo.png",
"categories": [
"decompilation",
"api-scripting-and-automation"
],
"keywords": [
"xref",
"cross-reference",
"hex-rays",
"decompilation"
],
"urls": {
"repository": "https://github.com/L4ys/LazyCross"
},
"authors": [
{
"name": "Lays",
"email": "l4ys.tw@gmail.com"
}
],
"platforms": [
"windows-x86_64",
"linux-x86_64",
"macos-x86_64",
"macos-aarch64"
]
}
}