Skip to content

Commit e042ac1

Browse files
committed
chg: [pe] Using the new integer attribute type
1 parent eb1536f commit e042ac1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

objects/pe/definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@
131131
"number-of-symbols": {
132132
"description": "Number of entries in the symbol table",
133133
"disable_correlation": true,
134-
"misp-attribute": "counter",
134+
"misp-attribute": "integer",
135135
"ui-priority": 0
136136
},
137137
"number-sections": {
138138
"description": "Number of sections",
139139
"disable_correlation": true,
140-
"misp-attribute": "counter",
140+
"misp-attribute": "integer",
141141
"ui-priority": 0
142142
},
143143
"original-filename": {
@@ -178,7 +178,7 @@
178178
"size-of-optional-header": {
179179
"description": "Size of the optional header and the data directories which follow this header",
180180
"disable_correlation": true,
181-
"misp-attribute": "float",
181+
"misp-attribute": "integer",
182182
"ui-priority": 0
183183
},
184184
"text": {

0 commit comments

Comments
 (0)