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

Method KernelCache

view/kernelcache/api/kernelcache.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace KernelCacheAPI {
8
9 KernelCache::KernelCache(Ref<BinaryView> view) {
10 m_object = BNGetKernelCache(view->GetObject());
11 }
12
13 BNKCViewLoadProgress KernelCache::GetLoadProgress(Ref<BinaryView> view)
14 {

Callers

nothing calls this directly

Calls 2

BNGetKernelCacheFunction · 0.85
GetObjectMethod · 0.45

Tested by

no test coverage detected