mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Add data about which tables are present.
This commit is contained in:
parent
ea36686524
commit
a2eff14e05
3 changed files with 26 additions and 3 deletions
|
@ -2603,7 +2603,8 @@ type PE::OptionalHeader: record {
|
|||
subsystem : count;
|
||||
dll_characteristics : set[count];
|
||||
loader_flags : count;
|
||||
number_of_rva_and_sizes : count;
|
||||
rvas : vector of count;
|
||||
|
||||
};
|
||||
|
||||
## Record for Portable Executable (PE) section headers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue