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

Function BNKCViewGetLoadProgress

view/kernelcache/core/KernelCache.cpp:2337–2343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2335 }
2336
2337 BNKCViewLoadProgress BNKCViewGetLoadProgress(uint64_t sessionID)
2338 {
2339 if (auto viewSpecificState = ViewSpecificStateForId(sessionID, false))
2340 return viewSpecificState->progress;
2341
2342 return LoadProgressNotStarted;
2343 }
2344
2345 uint64_t BNKCViewFastGetImageCount(BNBinaryView* data)
2346 {

Callers 1

GetLoadProgressMethod · 0.85

Calls 1

ViewSpecificStateForIdFunction · 0.85

Tested by

no test coverage detected