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

Method DefineAutoSymbol

binaryview.cpp:3115–3118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3113
3114
3115void BinaryView::DefineAutoSymbol(Ref<Symbol> sym)
3116{
3117 BNDefineAutoSymbol(m_object, sym->GetObject());
3118}
3119
3120
3121Ref<Symbol> BinaryView::DefineAutoSymbolAndVariableOrFunction(Ref<Platform> platform, Ref<Symbol> sym, Ref<Type> type)

Callers 15

InitializeHeaderMethod · 0.80
ParseSymbolTableMethod · 0.80
InitMethod · 0.80
GetSymbolMethod · 0.80
ApplySymbolFunction · 0.80
IdentifyStubFunction · 0.80
AnalyzeStandardFunctionFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected