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

Method IsImageLoaded

view/kernelcache/core/KernelCache.cpp:1905–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1903
1904
1905bool KernelCache::IsImageLoaded(uint64_t address)
1906{
1907 std::lock_guard lock(m_viewSpecificState->stateMutex);
1908 return m_viewSpecificState->state.loadedImages.find(address)!= m_viewSpecificState->state.loadedImages.end();
1909}
1910
1911
1912std::vector<std::pair<uint64_t, std::pair<std::string, std::string>>> KernelCache::LoadAllSymbolsAndWait()

Callers 1

BNKCViewIsImageLoadedFunction · 0.45

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected