| 1563 | |
| 1564 | |
| 1565 | bool LocalDbgEngAdapterType::IsValidForData(BinaryNinja::BinaryView* data) |
| 1566 | { |
| 1567 | return data->GetTypeName() == "PE"; |
| 1568 | } |
| 1569 | |
| 1570 | |
| 1571 | bool LocalDbgEngAdapterType::CanConnect(BinaryNinja::BinaryView* data) |
nothing calls this directly
no outgoing calls
no test coverage detected