| 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 | { |
no test coverage detected