Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
print_context_result
Method · 0.45
main
Function · 0.45
cmdline_check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected