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

Method CanExecute

core/adapters/dbgengadapter.cpp:1577–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575
1576
1577bool LocalDbgEngAdapterType::CanExecute(BinaryNinja::BinaryView* data)
1578{
1579#ifdef WIN32
1580 return true;
1581#endif
1582 return false;
1583}
1584
1585void BinaryNinjaDebugger::InitDbgEngAdapterType()
1586{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected