Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsAddressMapped
Method
IsAddressMapped
view/sharedcache/core/VirtualMemory.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool VirtualMemory::IsAddressMapped(uint64_t address)
45
{
46
return m_regions.find(address) != m_regions.end();
47
}
48
49
void VirtualMemory::WritePointer(size_t address, size_t pointer)
50
{
Callers
3
ApplyHeader
Method · 0.80
ReadFunctionTable
Method · 0.80
ParseHeaderForAddress
Method · 0.80
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected