| 1556 | |
| 1557 | |
| 1558 | DebugAdapter* LocalDbgEngAdapterType::Create(BinaryNinja::BinaryView* data) |
| 1559 | { |
| 1560 | // TODO: someone should free this. |
| 1561 | return new DbgEngAdapter(data); |
| 1562 | } |
| 1563 | |
| 1564 | |
| 1565 | bool LocalDbgEngAdapterType::IsValidForData(BinaryNinja::BinaryView* data) |
nothing calls this directly
no outgoing calls
no test coverage detected