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

Method LoadImageWithInstallName

view/kernelcache/api/kernelcache.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool KernelCache::LoadImageWithInstallName(std::string installName)
24 {
25 char* str = BNAllocString(installName.c_str());
26 return BNKCViewLoadImageWithInstallName(m_object, str);
27 }
28
29 bool KernelCache::LoadImageContainingAddress(uint64_t addr)
30 {

Callers 2

loadImagesWithAddrMethod · 0.45
initSymbolTableMethod · 0.45

Calls 2

c_strMethod · 0.80

Tested by

no test coverage detected