-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathida-plugin.json
More file actions
18 lines (18 loc) · 1.02 KB
/
ida-plugin.json
File metadata and controls
18 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"IDAMetadataDescriptorVersion": 1,
"plugin": {
"name": "community_base",
"entryPoint": "community_base.py",
"categories": [
"decompilation",
"debugging-and-tracing",
"collaboration-and-productivity",
"api-scripting-and-automation",
"malware-analysis"
],
"logoPath": "community_base_logo.png",
"idaVersions": ">=9.0",
"description": "Community_base turns IDA Python into a DWIM (Do What I Mean) style and I try to follow \"Principle of least astonishment\" You can think of this script as padding between the user created scripts and the IDA Python API. If you develop scripts with this script as base, then if (when) Hexrays change something in their API, instead of fixing EVERY script out there the community can fix this script and all the user created scripts (that depends on this script) will work again. I try to have a low cognitive load. \"What matters is the amount of confusion developers feel when going through the code.\" Quote from https://minds.md/zakirullin/cognitive",
"version": "1.0.22"
}
}