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

Method CanExecute

core/adapters/dbgengttdadapter.cpp:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273bool DbgEngTTDAdapterType::CanExecute(BinaryNinja::BinaryView* data)
274{
275#ifdef WIN32
276 return true;
277#endif
278 return false;
279}
280
281void BinaryNinjaDebugger::InitDbgEngTTDAdapterType()
282{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected