mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Make base_of_data optional.
This commit is contained in:
parent
0b5103b41b
commit
4753e4a3c2
2 changed files with 5 additions and 2 deletions
|
@ -2586,7 +2586,7 @@ type PE::OptionalHeader: record {
|
|||
size_of_uninit_data : count;
|
||||
addr_of_entry_point : count;
|
||||
base_of_code : count;
|
||||
base_of_data : count;
|
||||
base_of_data : count &optional;
|
||||
image_base : count;
|
||||
section_alignment : count;
|
||||
file_alignment : count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue