Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ BNSharedCacheFreeSymbol
Function
BNSharedCacheFreeSymbol
view/sharedcache/core/ffi.cpp:395–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
394
395
void BNSharedCacheFreeSymbol(BNSharedCacheSymbol symbol)
396
{
397
BNFreeString(symbol.name);
398
}
399
400
void BNSharedCacheFreeSymbolList(BNSharedCacheSymbol* symbols, size_t count)
401
{
Callers
3
BNSharedCacheFreeSymbolList
Function · 0.85
GetSymbolAt
Method · 0.85
GetSymbolWithName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected