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

Method ApplyRegion

view/sharedcache/api/sharedcache.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174bool SharedCacheController::ApplyRegion(BinaryView &view, const CacheRegion &region)
175{
176 auto apiRegion = RegionToApi(region);
177 bool result = BNSharedCacheControllerApplyRegion(m_object, view.GetObject(), &apiRegion);
178 BNSharedCacheFreeRegion(apiRegion);
179 return result;
180}
181
182bool SharedCacheController::ApplyImage(BinaryView &view, const CacheImage &image)
183{

Callers 3

OnViewChangeMethod · 0.45
AnalyzeStubFunctionFunction · 0.45
AnalyzeStandardFunctionFunction · 0.45

Calls 4

BNSharedCacheFreeRegionFunction · 0.85
RegionToApiFunction · 0.70
GetObjectMethod · 0.45

Tested by

no test coverage detected