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

Function BNDebuggerControllerExists

core/ffi.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122bool BNDebuggerControllerExists(BNBinaryView* data)
123{
124 if (!data)
125 return false;
126
127 Ref<BinaryView> view = new BinaryView(BNNewViewReference(data));
128 return DebuggerController::ControllerExists(view);
129}
130
131
132BNBinaryView* BNDebuggerGetLiveView(BNDebuggerController* controller)

Callers 1

ControllerExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected