From ed9df71a60079f89d2a92b329640485b0d5a5d55 Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Thu, 14 Jul 2022 22:47:55 -0500 Subject: [PATCH] Create RfGetCurrentProcess.cpp --- Windows API/RfGetCurrentProcess.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Windows API/RfGetCurrentProcess.cpp 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); +}