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

Method FastGetImageCount

view/kernelcache/api/kernelcache.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.45

Tested by

no test coverage detected