mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Update LDR_DATA_TABLE_ENTRY struct
This commit is contained in:
parent
3767b08039
commit
6a4986b2d6
@ -4803,14 +4803,14 @@ pub const PEB_LDR_DATA = extern struct {
|
||||
/// - https://docs.microsoft.com/en-us/windows/win32/api/winternl/ns-winternl-peb_ldr_data
|
||||
/// - https://www.geoffchappell.com/studies/windows/km/ntoskrnl/inc/api/ntldr/ldr_data_table_entry.htm
|
||||
pub const LDR_DATA_TABLE_ENTRY = extern struct {
|
||||
Reserved1: [2]PVOID,
|
||||
InLoadOrderLinks: LIST_ENTRY,
|
||||
InMemoryOrderLinks: LIST_ENTRY,
|
||||
Reserved2: [2]PVOID,
|
||||
InInitializationOrderLinks: LIST_ENTRY,
|
||||
DllBase: PVOID,
|
||||
EntryPoint: PVOID,
|
||||
SizeOfImage: ULONG,
|
||||
FullDllName: UNICODE_STRING,
|
||||
Reserved4: [8]BYTE,
|
||||
BaseDllName: UNICODE_STRING,
|
||||
Reserved5: [3]PVOID,
|
||||
DUMMYUNIONNAME: extern union {
|
||||
CheckSum: ULONG,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user