MCPcopy Create free account
hub / github.com/NtQuery/Scylla / suspendProcess

Method suspendProcess

Scylla/ProcessAccessHelp.cpp:863–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863bool ProcessAccessHelp::suspendProcess()
864{
865 if (NativeWinApi::NtSuspendProcess)
866 {
867 if (NT_SUCCESS( NativeWinApi::NtSuspendProcess(ProcessAccessHelp::hProcess) ))
868 {
869 return true;
870 }
871 }
872
873 return false;
874}
875
876bool ProcessAccessHelp::resumeProcess()
877{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected