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

Method resumeProcess

Scylla/ProcessAccessHelp.cpp:876–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876bool ProcessAccessHelp::resumeProcess()
877{
878 if (NativeWinApi::NtResumeProcess)
879 {
880 if (NT_SUCCESS( NativeWinApi::NtResumeProcess(ProcessAccessHelp::hProcess) ))
881 {
882 return true;
883 }
884 }
885
886 return false;
887}
888
889bool ProcessAccessHelp::terminateProcess()
890{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected