Create RfGetProcessHeap.cpp

This commit is contained in:
vxunderground
2022-07-14 23:19:47 -05:00
committed by GitHub
parent 0c46dd7639
commit 2ed777c5c3
+4
View File
@@ -0,0 +1,4 @@
HANDLE RfGetProcessHeap(VOID)
{
return GetPeb()->ProcessHeap;
}