MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / DefineObjCSymbol

Method DefineObjCSymbol

objectivec/objc.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void ObjCProcessor::DefineObjCSymbol(
264 BNSymbolType type, QualifiedName typeName, const std::string& name, uint64_t addr, bool deferred)
265{
266 DefineObjCSymbol(type, m_data->GetTypeByName(typeName), name, addr, deferred);
267}
268
269void ObjCProcessor::DefineObjCSymbol(
270 BNSymbolType type, Ref<Type> typeRef, const std::string& name, uint64_t addr, bool deferred)

Callers

nothing calls this directly

Calls 14

GetInternalNameSpaceMethod · 0.80
GetExternalNameSpaceMethod · 0.80
GetSymbolByAddressMethod · 0.80
UndefineAutoSymbolMethod · 0.80
GetDefaultPlatformMethod · 0.80
GetAnalysisFunctionMethod · 0.80
SetUserTypeMethod · 0.80
GetTypeByNameMethod · 0.45
sizeMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected