MCPcopy 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

ApplyRegionMethod · 0.85
IsRegionLoadedMethod · 0.85
GetRegionAtMethod · 0.85
GetRegionContainingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected