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

Method CanConnect

core/adapters/dbgengadapter.cpp:1571–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569
1570
1571bool LocalDbgEngAdapterType::CanConnect(BinaryNinja::BinaryView* data)
1572{
1573 return true;
1574}
1575
1576
1577bool LocalDbgEngAdapterType::CanExecute(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected