Add data about which tables are present.

This commit is contained in:
Vlad Grigorescu 2015-04-19 18:41:32 -04:00
parent ea36686524
commit a2eff14e05
3 changed files with 26 additions and 3 deletions

View file

@ -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.