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

Function BNKCViewFastGetImageCount

view/kernelcache/core/KernelCache.cpp:2345–2351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

FastGetImageCountMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected