Skip to content

Commit d062743

Browse files
committed
chg: [pe] Updated pe object template
- Added object relation for machine type hex value - Harmonised object relations
1 parent 0b01407 commit d062743

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

objects/pe/definition.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"ui-priority": 0
3131
},
32-
"characteristics_hex": {
32+
"characteristics-hex": {
3333
"description": "The characteristics in a single hex value",
3434
"disable_correlation": true,
3535
"misp-attribute": "hex",
@@ -128,6 +128,12 @@
128128
],
129129
"ui-priority": 0
130130
},
131+
"machine-type-hex": {
132+
"description": "Type of machine in a simple hex value",
133+
"disable_correlation": true,
134+
"misp-attribute": "hex",
135+
"ui-priority": 0
136+
},
131137
"number-of-symbols": {
132138
"description": "Number of entries in the symbol table",
133139
"disable_correlation": true,
@@ -213,5 +219,5 @@
213219
"impfuzzy"
214220
],
215221
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
216-
"version": 9
222+
"version": 10
217223
}

0 commit comments

Comments
 (0)