Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it.
(self)
| 530 | self.handle = dbgcore.BNGetDebuggerController(bv_obj) |
| 531 | |
| 532 | def destroy(self): |
| 533 | """ |
| 534 | Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it. |
| 535 | """ |
| 536 | dbgcore.BNDebuggerDestroyController(self.handle) |
| 537 | |
| 538 | @property |
| 539 | def data(self) -> binaryninja.BinaryView: |
nothing calls this directly
no outgoing calls
no test coverage detected