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

Method ProcessEntryImages

view/sharedcache/core/SharedCache.cpp:314–318  ·  view source on GitHub ↗

At this point all relevant mapping should be loaded in the virtual memory.

Source from the content-addressed store, hash-verified

312
313// At this point all relevant mapping should be loaded in the virtual memory.
314void SharedCache::ProcessEntryImages(const CacheEntry& entry)
315{
316 for (const auto& [imagePath, imageInfo] : entry.GetImages())
317 ProcessEntryImage(imagePath, imageInfo);
318}
319
320// At this point all relevant mapping should be loaded in the virtual memory.
321void SharedCache::ProcessEntryRegions(const CacheEntry& entry)

Callers 1

InitControllerMethod · 0.80

Calls 1

GetImagesMethod · 0.45

Tested by

no test coverage detected