Microsoft documentation of this is incomplete, the fields here are taken from various resources including:

  • 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

Fields

Reserved1: [2]PVOID,
InMemoryOrderLinks: LIST_ENTRY,
Reserved2: [2]PVOID,
DllBase: PVOID,
EntryPoint: PVOID,
SizeOfImage: ULONG,
FullDllName: UNICODE_STRING,
Reserved4: [8]BYTE,
Reserved5: [3]PVOID,
DUMMYUNIONNAME: extern union {
    CheckSum: ULONG,
    Reserved6: PVOID,
},
TimeDateStamp: ULONG,