MCPcopy Create free account
hub / github.com/Vector35/debugger / IsValidForData

Method IsValidForData

core/adapters/dbgengadapter.cpp:1565–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563
1564
1565bool LocalDbgEngAdapterType::IsValidForData(BinaryNinja::BinaryView* data)
1566{
1567 return data->GetTypeName() == "PE";
1568}
1569
1570
1571bool LocalDbgEngAdapterType::CanConnect(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected