NTSTATUS __fastcall NtAllocateVirtualMemoryEx(PVOID *a1, UINT64 a2, UINT64 *a3, UINT64 a4){ return MmAllocateVirtualMemory(a1, a2, a3, a4); }