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

Method IsImageLoaded

view/sharedcache/api/sharedcache.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool SharedCacheController::IsImageLoaded(const CacheImage &image) const
199{
200 auto apiImage = ImageToApi(image);
201 bool result = BNSharedCacheControllerIsImageLoaded(m_object, &apiImage);
202 BNSharedCacheFreeImage(apiImage);
203 return result;
204}
205
206std::optional<CacheRegion> SharedCacheController::GetRegionAt(uint64_t address) const
207{

Callers

nothing calls this directly

Calls 3

BNSharedCacheFreeImageFunction · 0.85
ImageToApiFunction · 0.70

Tested by

no test coverage detected