| 37 | |
| 38 | |
| 39 | bool DebuggerController::ControllerExists(Ref<BinaryNinja::BinaryView> data) |
| 40 | { |
| 41 | return BNDebuggerControllerExists(data->GetObject()); |
| 42 | } |
| 43 | |
| 44 | |
| 45 | void DebuggerController::Destroy() |
nothing calls this directly
no test coverage detected