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

Method UndefineAutoSymbol

binaryview.cpp:3131–3134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3129
3130
3131void BinaryView::UndefineAutoSymbol(Ref<Symbol> sym)
3132{
3133 BNUndefineAutoSymbol(m_object, sym->GetObject());
3134}
3135
3136
3137void BinaryView::DefineUserSymbol(Ref<Symbol> sym)

Callers 3

DefineObjCSymbolMethod · 0.80
ProcessRTTIMethod · 0.80
ProcessVFTMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected