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

Method IsRegionLoaded

view/sharedcache/api/sharedcache.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool SharedCacheController::IsRegionLoaded(const CacheRegion &region) const
191{
192 auto apiRegion = RegionToApi(region);
193 bool result = BNSharedCacheControllerIsRegionLoaded(m_object, &apiRegion);
194 BNSharedCacheFreeRegion(apiRegion);
195 return result;
196}
197
198bool SharedCacheController::IsImageLoaded(const CacheImage &image) const
199{

Callers

nothing calls this directly

Calls 3

BNSharedCacheFreeRegionFunction · 0.85
RegionToApiFunction · 0.70

Tested by

no test coverage detected