#ifndef _NTRTL_H typedef struct _HEAP_RANGE_INFORMATION { PVOID Address; SIZE_T Size; ULONG Type; ULONG Protection; ULONG_PTR FirstBlockInformationOffset; ULONG_PTR NextRangeInformationOffset; } HEAP_RANGE_INFORMATION, *PHEAP_RANGE_INFORMATION; #endif View code on GitHub
No description available.