MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / get_ethread

Method get_ethread

Python-Bridge/Python-Bridge.py:333–336  ·  view source on GitHub ↗
(self, pid)

Source from the content-addressed store, hash-verified

331 return status, peprocess
332
333 def get_ethread(self, pid):
334 pethread = c_uint64()
335 status = self.__kb.KbGetEthread(c_uint64(pid), byref(pethread))
336 return status, pethread
337
338 def open_process(self, pid, access_mask, obj_attributes):
339 handle = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected