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

Method LoadImageWithInstallName

view/kernelcache/core/KernelCache.cpp:579–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577
578
579bool KernelCache::LoadImageWithInstallName(std::string installName)
580{
581 std::lock_guard<std::mutex> lock(m_mutex);
582 return LoadImageWithInstallName(lock, installName);
583}
584
585
586bool KernelCache::LoadImageWithInstallName(std::lock_guard<std::mutex>& lock, std::string installName)

Callers 1

Calls 6

GetLoadSettingsMethod · 0.80
LogInfoMethod · 0.80
c_strMethod · 0.80
FinalizeNewSegmentsMethod · 0.80
AddAnalysisOptionMethod · 0.80
UpdateAnalysisMethod · 0.80

Tested by

no test coverage detected