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

Method ApplyImage

view/sharedcache/api/sharedcache.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182bool SharedCacheController::ApplyImage(BinaryView &view, const CacheImage &image)
183{
184 auto apiImage = ImageToApi(image);
185 bool result = BNSharedCacheControllerApplyImage(m_object, view.GetObject(), &apiImage);
186 BNSharedCacheFreeImage(apiImage);
187 return result;
188}
189
190bool SharedCacheController::IsRegionLoaded(const CacheRegion &region) const
191{

Callers 4

loadImagesWithAddrMethod · 0.45
DisplayDSCPickerFunction · 0.45
OnViewChangeMethod · 0.45
AnalyzeStubFunctionFunction · 0.45

Calls 4

BNSharedCacheFreeImageFunction · 0.85
ImageToApiFunction · 0.70
GetObjectMethod · 0.45

Tested by

no test coverage detected