NativeMethods.LDR_DATA_TABLE_ENTRY ​
Represents a loader data table entry for a loaded module.
Kind: Struct
Namespace: ConnectorLib
Public Attributes
LIST_ENTRY
InLoadOrderLinks
Links for the load order list.
LIST_ENTRY
InMemoryOrderLinks
Links for the memory order list.
LIST_ENTRY
InInitializationOrderLinks
Links for the initialization order list.
IntPtr
DllBase
Base address of the DLL.
IntPtr
EntryPoint
Entry point of the DLL.
uint
SizeOfImage
Size of the image in bytes.
UNICODE_STRING
FullDllName
Full path and name of the DLL.
UNICODE_STRING
BaseDllName
Base name of the DLL.
uint
Flags
Flags for the DLL.
ushort
LoadCount
Load count for the DLL.
ushort
TlsIndex
TLS index for the DLL.
LIST_ENTRY
HashLinks
Hash links for the DLL.
uint
TimeDateStamp
Time and date stamp of the DLL.
IntPtr
EntryPointActivationContext
Entry point activation context.
IntPtr
PatchInformation
Patch information for the DLL.
LIST_ENTRY
ForwarderLinks
Forwarder links for the DLL.
LIST_ENTRY
ServiceTagLinks
Service tag links for the DLL.
LIST_ENTRY
StaticLinks
Static links for the DLL.
IntPtr
ContextInformation
Context information for the DLL.
IntPtr
OriginalBase
Original base address of the DLL.
long
LoadTime
Load time of the DLL.
