//0x30 bytes (sizeof)
struct _MMVAD_SHORT
{
union
{
LONGLONG Balance:2; //0x0
struct _MMVAD* Parent; //0x0
} u1; //0x0
struct _MMVAD* LeftChild; //0x8
struct _MMVAD* RightChild; //0x10
ULONGLONG StartingVpn; //0x18
ULONGLONG EndingVpn; //0x20
union
{
ULONGLONG LongFlags; //0x28
struct _MMVAD_FLAGS VadFlags; //0x28
} u; //0x28
};