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

Method exit

windows/winobject/process.py:919–921  ·  view source on GitHub ↗

Exit the thread

(self, code=0)

Source from the content-addressed store, hash-verified

917
918
919 def exit(self, code=0):
920 """Exit the thread"""
921 return winproxy.TerminateThread(self.handle, code)
922
923 def resume(self):
924 """Resume the thread"""

Callers 4

pymemory.pyFile · 0.45
print_context_resultMethod · 0.45
mainFunction · 0.45
cmdline_checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected