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

Method get_eprocess

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

Source from the content-addressed store, hash-verified

326 self.__kb = kb
327
328 def get_eprocess(self, pid):
329 peprocess = c_uint64()
330 status = self.__kb.KbGetEprocess(c_uint64(pid), byref(peprocess))
331 return status, peprocess
332
333 def get_ethread(self, pid):
334 pethread = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected