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

Function BNKCViewFreeSymbols

view/kernelcache/core/KernelCache.cpp:2215–2223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2213 }
2214
2215 void BNKCViewFreeSymbols(BNKCSymbolRep* symbols, size_t count)
2216 {
2217 for (size_t i = 0; i < count; i++)
2218 {
2219 BNFreeString(symbols[i].name);
2220 BNFreeString(symbols[i].image);
2221 }
2222 delete symbols;
2223 }
2224
2225 char* BNKCViewGetNameForAddress(BNKernelCache* cache, uint64_t address)
2226 {

Callers 1

LoadAllSymbolsAndWaitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected