Tune the page sizes

This commit is contained in:
Justine Tunney 2023-07-24 00:49:06 -07:00
parent ff198e7577
commit 94ea34367a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
12 changed files with 56 additions and 178 deletions

View file

@ -3,14 +3,11 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
struct NtImageImportDescriptor {
union {
uint32_t Characteristics;
uint32_t OriginalFirstThunk;
};
uint32_t ImportLookupTable;
uint32_t TimeDateStamp;
uint32_t ForwarderChain;
uint32_t Name;
uint32_t FirstThunk;
uint32_t DllNameRva;
uint32_t ImportAddressTable;
};
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */