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

Method terminateProcess

Scylla/ProcessAccessHelp.cpp:889–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889bool ProcessAccessHelp::terminateProcess()
890{
891 if (NativeWinApi::NtTerminateProcess)
892 {
893 if (NT_SUCCESS( NativeWinApi::NtTerminateProcess(ProcessAccessHelp::hProcess, 0) ))
894 {
895 return true;
896 }
897 }
898
899 return false;
900}
901
902bool ProcessAccessHelp::isPageAccessable( DWORD Protect )
903{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected