ExProtectPool

UINT64 __stdcall ExProtectPool(VOID *VirtualAddress, UINT64 NumberOfBytes, UINT64 NewProtect){
  return ExProtectPoolEx(VirtualAddress, VirtualAddress, NumberOfBytes, (unsigned int)NewProtect);
}

Referenced by:

HvpProtectBin