MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / suspend

Method suspend

windows/winobject/process.py:927–929  ·  view source on GitHub ↗

Suspend the thread

(self)

Source from the content-addressed store, hash-verified

925 return winproxy.ResumeThread(self.handle)
926
927 def suspend(self):
928 """Suspend the thread"""
929 return winproxy.SuspendThread(self.handle)
930
931 def _get_handle(self):
932 return winproxy.OpenThread(dwThreadId=self.tid)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected