| 1575 | |
| 1576 | |
| 1577 | bool LocalDbgEngAdapterType::CanExecute(BinaryNinja::BinaryView* data) |
| 1578 | { |
| 1579 | #ifdef WIN32 |
| 1580 | return true; |
| 1581 | #endif |
| 1582 | return false; |
| 1583 | } |
| 1584 | |
| 1585 | void BinaryNinjaDebugger::InitDbgEngAdapterType() |
| 1586 | { |
nothing calls this directly
no outgoing calls
no test coverage detected