//0x68 bytes (sizeof)
struct _ERESOURCE
{
struct _LIST_ENTRY SystemResourcesList; //0x0
struct _OWNER_ENTRY* OwnerTable; //0x10
SHORT ActiveCount; //0x18
USHORT Flag; //0x1a
struct _KSEMAPHORE* SharedWaiters; //0x20
struct _KEVENT* ExclusiveWaiters; //0x28
struct _OWNER_ENTRY OwnerThreads[2]; //0x30
ULONG ContentionCount; //0x50
USHORT NumberOfSharedWaiters; //0x54
USHORT NumberOfExclusiveWaiters; //0x56
union
{
VOID* Address; //0x58
ULONGLONG CreatorBackTraceIndex; //0x58
};
ULONGLONG SpinLock; //0x60
};