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

Method GetAvailableImages

view/kernelcache/core/KernelCache.cpp:1882–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1880}
1881
1882std::vector<std::string> KernelCache::GetAvailableImages()
1883{
1884 std::vector<std::string> installNames;
1885 for (const auto& img : m_cacheInfo->images)
1886 {
1887 installNames.push_back(img.installName);
1888 }
1889 return installNames;
1890}
1891
1892
1893std::vector<KernelCacheImage> KernelCache::GetLoadedImages()

Callers 1

BNKCViewGetInstallNamesFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected