| 16 | } |
| 17 | |
| 18 | uint64_t KernelCache::FastGetImageCount(Ref<BinaryView> view) |
| 19 | { |
| 20 | return BNKCViewFastGetImageCount(view->GetObject()); |
| 21 | } |
| 22 | |
| 23 | bool KernelCache::LoadImageWithInstallName(std::string installName) |
| 24 | { |
nothing calls this directly
no test coverage detected