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

Method IsValidForData

core/adapters/lldbadapter.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92bool LldbAdapterType::IsValidForData(BinaryNinja::BinaryView* data)
93{
94 // it does not matter what the BinaryViewType is -- as long as we can connect to it, it is fine.
95 return true;
96}
97
98
99bool LldbAdapterType::CanConnect(BinaryNinja::BinaryView* data)

Callers 1

GetAvailableAdaptersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected