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

Function BNKCViewIsImageLoaded

view/kernelcache/core/KernelCache.cpp:2169–2175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2167 }
2168
2169 bool BNKCViewIsImageLoaded(BNKernelCache* cache, uint64_t address)
2170 {
2171 if (cache->object)
2172 return cache->object->IsImageLoaded(address);
2173
2174 return false;
2175 }
2176
2177 char** BNKCViewGetInstallNames(BNKernelCache* cache, size_t* count)
2178 {

Callers 1

IsImageLoadedMethod · 0.85

Calls 1

IsImageLoadedMethod · 0.45

Tested by

no test coverage detected