MCPcopy Create free account
hub / github.com/Vector35/debugger / ControllerExists

Method ControllerExists

api/debuggercontroller.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39bool DebuggerController::ControllerExists(Ref<BinaryNinja::BinaryView> data)
40{
41 return BNDebuggerControllerExists(data->GetObject());
42}
43
44
45void DebuggerController::Destroy()

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.45

Tested by

no test coverage detected