-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathdefinition.json
More file actions
122 lines (122 loc) · 3.45 KB
/
Copy pathdefinition.json
File metadata and controls
122 lines (122 loc) · 3.45 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"attributes": {
"bsim-signature": {
"description": "BSIM signature of the vector",
"misp-attribute": "hex",
"ui-priority": 0
},
"bsim-vector": {
"description": "comma separated BSIM Feature Vector",
"misp-attribute": "text",
"ui-priority": 0
},
"calling-convention": {
"description": "The calling convention used by the function (e.g., cdecl, stdcall)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"decompiled-function": {
"description": "Ghidra decompiled function",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"decompiler-id": {
"description": "ghidra's decompiler version used to generate the FID and BSIM hashes.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"entrypoint-address": {
"description": "function entrypoint address (integer in a text for consistency with the entrypoint-address in ELF/PE/Mach-O Objects)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"external-library": {
"description": "external library name if the function is an import",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"fid-fh-hash": {
"description": "Function ID FH Function hash",
"misp-attribute": "hex",
"ui-priority": 0
},
"fid-fx-hash": {
"description": "Function ID FX Extended hash",
"misp-attribute": "hex",
"ui-priority": 0
},
"flirt-hash": {
"description": "IDA pro FLIRT hash",
"misp-attribute": "hex",
"ui-priority": 0
},
"function-name": {
"description": "function name",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"function-scope": {
"description": "ghidra function scope (export, import, internal)",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"export",
"import",
"internal"
],
"ui-priority": 0
},
"function-signature": {
"description": "Function signature",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"instruction-count": {
"description": "Instruction count",
"disable_correlation": true,
"misp-attribute": "integer",
"ui-priority": 0
},
"is-thunk": {
"description": "identifies a thunk function",
"disable_correlation": true,
"misp-attribute": "boolean",
"ui-priority": 0
},
"label": {
"description": "ghidra symbol label(s) associated with the function",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"language-id": {
"description": "Language id of the program (architecture, compiler, etc.)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"return-type": {
"description": "The data type returned by the function",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "ghidra function",
"meta-category": "misc",
"name": "ghidra-function",
"required": [
"function-name",
"decompiler-id"
],
"uuid": "4679fa5b-a9b4-463a-aaec-1ca563abedde",
"version": 1
}