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

Method GetLoadProgress

view/kernelcache/api/kernelcache.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

BNKCViewGetLoadProgressFunction · 0.85
GetSessionIdMethod · 0.45
GetFileMethod · 0.45

Tested by

no test coverage detected