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

Method __init__

windows/debug/breakpoints.py:213–215  ·  view source on GitHub ↗
(self, addr, initial_breakpoint)

Source from the content-addressed store, hash-verified

211
212class FunctionRetBP(Breakpoint):
213 def __init__(self, addr, initial_breakpoint):
214 super(FunctionRetBP, self).__init__(addr)
215 self.initial_breakpoint = initial_breakpoint
216
217 def trigger(self, dbg, exc):
218 dbg.del_bp(self, targets=[dbg.current_process])

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected