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

Method __init__

windows/debug/breakpoints.py:248–251  ·  view source on GitHub ↗
(self, addr, format, func=None)

Source from the content-addressed store, hash-verified

246
247class PrintBP(Breakpoint):
248 def __init__(self, addr, format, func=None):
249 super(PrintBP, self).__init__(addr)
250 self.format = format
251 self.func = func
252
253 def trigger(self, dbg, exc):
254 thread = dbg.current_thread

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected