BlackBone
Windows memory hacking library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
_LDR_DATA_TABLE_ENTRY Struct Reference

#include <NativeStructs.h>

Data Fields

LIST_ENTRY InLoadOrderLinks
 
LIST_ENTRY InMemoryOrderLinks
 
LIST_ENTRY InInitializationOrderLinks
 
PVOID DllBase
 
PVOID EntryPoint
 
ULONG SizeOfImage
 
UNICODE_STRING FullDllName
 
UNICODE_STRING BaseDllName
 
ULONG Flags
 
USHORT LoadCount
 
USHORT TlsIndex
 
LIST_ENTRY HashLinks
 
ULONG TimeDateStamp
 

Field Documentation

UNICODE_STRING BaseDllName
PVOID DllBase
PVOID EntryPoint
ULONG Flags
UNICODE_STRING FullDllName
LIST_ENTRY HashLinks
LIST_ENTRY InInitializationOrderLinks
LIST_ENTRY InLoadOrderLinks
LIST_ENTRY InMemoryOrderLinks
USHORT LoadCount
ULONG SizeOfImage
ULONG TimeDateStamp
USHORT TlsIndex

The documentation for this struct was generated from the following file: