| 11 | } |
| 12 | |
| 13 | BNKCViewLoadProgress KernelCache::GetLoadProgress(Ref<BinaryView> view) |
| 14 | { |
| 15 | return BNKCViewGetLoadProgress(view->GetFile()->GetSessionId()); |
| 16 | } |
| 17 | |
| 18 | uint64_t KernelCache::FastGetImageCount(Ref<BinaryView> view) |
| 19 | { |
nothing calls this directly
no test coverage detected