Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsImageLoaded
Method
IsImageLoaded
view/kernelcache/api/kernelcache.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool KernelCache::IsImageLoaded(const uint64_t address) const
54
{
55
return BNKCViewIsImageLoaded(m_object, address);
56
}
57
58
std::vector<KCImage> KernelCache::GetImages()
59
{
Callers
1
loadImagesWithAddr
Method · 0.45
Calls
1
BNKCViewIsImageLoaded
Function · 0.85
Tested by
no test coverage detected