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

Method IsValidForData

core/adapters/dbgengttdadapter.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261bool DbgEngTTDAdapterType::IsValidForData(BinaryNinja::BinaryView* data)
262{
263 return data->GetTypeName() == "PE";
264}
265
266
267bool DbgEngTTDAdapterType::CanConnect(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected