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

Method bugcheck

Python-Bridge/Python-Bridge.py:645–646  ·  view source on GitHub ↗
(self, error_code)

Source from the content-addressed store, hash-verified

643 return self.__kb.KbStallExecutionProcessor(c_uint(microseconds))
644
645 def bugcheck(self, error_code):
646 return self.__kb.KbBugCheck(c_uint(error_code))
647
648 def find_signature(self, pid, memory, size, sig, mask):
649 found_address = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected