diff --git a/Windows API/RfGetCurrentProcess.cpp b/Windows API/RfGetCurrentProcess.cpp new file mode 100644 index 0000000..089533b --- /dev/null +++ b/Windows API/RfGetCurrentProcess.cpp @@ -0,0 +1,4 @@ +HANDLE RfGetCurrentProcess(VOID) +{ + return (HANDLE)((HANDLE)-1); +}