Skip to content

Commit fba2235

Browse files
committed
fix: [pe] Sizes in the PE format should be in bytes
1 parent 7a395b0 commit fba2235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

objects/pe/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": "integer",
181+
"misp-attribute": "size-in-bytes",
182182
"ui-priority": 0
183183
},
184184
"text": {

0 commit comments

Comments
 (0)