| 2343 | } |
| 2344 | |
| 2345 | uint64_t BNKCViewFastGetImageCount(BNBinaryView* data) |
| 2346 | { |
| 2347 | Ref<BinaryView> view = new BinaryView(BNNewViewReference(data)); |
| 2348 | if (view) |
| 2349 | return KernelCache::FastGetImageCount(view); |
| 2350 | return 0; |
| 2351 | } |
| 2352 | |
| 2353 | BNKCImage* BNKCViewGetLoadedImages(BNKernelCache* cache, size_t* count) |
| 2354 | { |