Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ BNSharedCacheFreeRegion
Function
BNSharedCacheFreeRegion
view/sharedcache/core/ffi.cpp:260–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void BNSharedCacheFreeRegion(BNSharedCacheRegion region)
261
{
262
BNFreeString(region.name);
263
}
264
265
void BNSharedCacheFreeRegionList(BNSharedCacheRegion* regions, size_t count)
266
{
Callers
5
BNSharedCacheFreeRegionList
Function · 0.85
ApplyRegion
Method · 0.85
IsRegionLoaded
Method · 0.85
GetRegionAt
Method · 0.85
GetRegionContaining
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected