Update RfIsDebuggerPresent.cpp

This commit is contained in:
vxunderground 2022-07-16 05:52:50 -05:00 committed by GitHub
parent 187e72a882
commit 625e622b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
BOOL IsBeingDebuggedAlt(VOID)
BOOL RfIsDebuggerPresent(VOID)
{
return GetPeb()->BeingDebugged;
}