(self, error_code)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected