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

Function BNNewKernelCacheReference

view/kernelcache/core/KernelCache.cpp:2131–2138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2129 }
2130
2131 BNKernelCache* BNNewKernelCacheReference(BNKernelCache* cache)
2132 {
2133 if (!cache->object)
2134 return nullptr;
2135
2136 cache->object->AddAPIRef();
2137 return cache;
2138 }
2139
2140 void BNFreeKernelCacheReference(BNKernelCache* cache)
2141 {

Callers

nothing calls this directly

Calls 1

AddAPIRefMethod · 0.45

Tested by

no test coverage detected