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

Method Create

core/adapters/dbgengadapter.cpp:1558–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556
1557
1558DebugAdapter* LocalDbgEngAdapterType::Create(BinaryNinja::BinaryView* data)
1559{
1560 // TODO: someone should free this.
1561 return new DbgEngAdapter(data);
1562}
1563
1564
1565bool LocalDbgEngAdapterType::IsValidForData(BinaryNinja::BinaryView* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected