Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetAccessor
Method
GetAccessor
view/sharedcache/core/SharedCache.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
WeakFileAccessor CacheEntry::GetAccessor() const
148
{
149
return FileAccessorCache::Global().Open(m_filePath);
150
}
151
152
std::optional<uint64_t> CacheEntry::GetHeaderAddress() const
153
{
Callers
1
ProcessEntrySlideInfo
Method · 0.80
Calls
1
Open
Method · 0.45
Tested by
no test coverage detected