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

Method GetAdapterProperty

api/debuggercontroller.cpp:774–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772
773
774Ref<Metadata> DebuggerController::GetAdapterProperty(const std::string& name)
775{
776 BNMetadata* value = BNDebuggerGetAdapterProperty(m_object, name.c_str());
777 if (!value)
778 return nullptr;
779 return new Metadata(value);
780}
781
782
783bool DebuggerController::SetAdapterProperty(const std::string& name, const BinaryNinja::Ref<Metadata>& value)

Callers 2

Calls 1

Tested by

no test coverage detected