//0x50 bytes (sizeof)
struct _LDR_DDAG_NODE
{
struct _LIST_ENTRY Modules; //0x0
struct _LDR_SERVICE_TAG_RECORD* ServiceTagList; //0x10
ULONG LoadCount; //0x18
ULONG LoadWhileUnloadingCount; //0x1c
ULONG LowestLink; //0x20
struct _LDRP_CSLIST Dependencies; //0x28
struct _LDRP_CSLIST IncomingDependencies; //0x30
enum _LDR_DDAG_STATE State; //0x38
struct _SINGLE_LIST_ENTRY CondenseLink; //0x40
ULONG PreorderNumber; //0x48
};