MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / code

Method code

windows/debug/debugger.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36 @property
37 def code(self):
38 return self.KNOWN_EVENT_CODE.get(self.dwDebugEventCode, self.dwDebugEventCode)
39
40WatchedPage = namedtuple('WatchedPage', ["original_prot", "bps"])
41

Callers 2

Calls 1

getMethod · 0.45

Tested by

no test coverage detected