| 271 | |
| 272 | |
| 273 | bool DbgEngTTDAdapterType::CanExecute(BinaryNinja::BinaryView* data) |
| 274 | { |
| 275 | #ifdef WIN32 |
| 276 | return true; |
| 277 | #endif |
| 278 | return false; |
| 279 | } |
| 280 | |
| 281 | void BinaryNinjaDebugger::InitDbgEngTTDAdapterType() |
| 282 | { |
nothing calls this directly
no outgoing calls
no test coverage detected