Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3131
void BinaryView::UndefineAutoSymbol(Ref<Symbol> sym)
3132
{
3133
BNUndefineAutoSymbol(m_object, sym->GetObject());
3134
}
3135
3136
3137
void BinaryView::DefineUserSymbol(Ref<Symbol> sym)
Callers
3
DefineObjCSymbol
Method · 0.80
ProcessRTTI
Method · 0.80
ProcessVFT
Method · 0.80
Calls
1
GetObject
Method · 0.45
Tested by
no test coverage detected