malware source code
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Wrappers and Helpers
GetCurrentProcess
Copy
HANDLE GetCurrentProcessNoForward(VOID)
{
return (HANDLE)((HANDLE)-1);
}
Previous
IsRegistryKeyValid
Next
GetCurrentProcessIdFromTeb
Last updated
1 year ago