Files
vxunderground-VX-API/VX-API/GetProcessHeapEx.cpp
T
vxunderground 86ca3658a5 update
2022-09-10 13:20:38 -05:00

6 lines
90 B
C++

#include "Win32Helper.h"
HANDLE GetProcessHeapEx(VOID)
{
return GetPeb()->ProcessHeap;
}