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

Method CanConnect

core/adapters/dbgengttdadapter.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266
267bool DbgEngTTDAdapterType::CanConnect(BinaryNinja::BinaryView* data)
268{
269 return true;
270}
271
272
273bool DbgEngTTDAdapterType::CanExecute(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected