| 259 | |
| 260 | |
| 261 | bool DbgEngTTDAdapterType::IsValidForData(BinaryNinja::BinaryView* data) |
| 262 | { |
| 263 | return data->GetTypeName() == "PE"; |
| 264 | } |
| 265 | |
| 266 | |
| 267 | bool DbgEngTTDAdapterType::CanConnect(BinaryNinja::BinaryView* data) |
nothing calls this directly
no outgoing calls
no test coverage detected