MCPcopy 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
44bool VirtualMemory::IsAddressMapped(uint64_t address)
45{
46 return m_regions.find(address) != m_regions.end();
47}
48
49void VirtualMemory::WritePointer(size_t address, size_t pointer)
50{

Callers 3

ApplyHeaderMethod · 0.80
ReadFunctionTableMethod · 0.80
ParseHeaderForAddressMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected