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

Method Create

core/adapters/dbgengttdadapter.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254DebugAdapter* DbgEngTTDAdapterType::Create(BinaryNinja::BinaryView* data)
255{
256 // TODO: someone should free this.
257 return new DbgEngTTDAdapter(data);
258}
259
260
261bool DbgEngTTDAdapterType::IsValidForData(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected