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

Method LoadImageContainingAddress

view/kernelcache/api/kernelcache.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 bool KernelCache::LoadImageContainingAddress(uint64_t addr)
30 {
31 return BNKCViewLoadImageContainingAddress(m_object, addr);
32 }
33
34 std::vector<std::string> KernelCache::GetAvailableImages()
35 {

Callers 1

OnViewChangeMethod · 0.45

Calls 1

Tested by

no test coverage detected