Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ AddressRange
Method
AddressRange
view/sharedcache/core/Utility.h:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
uint64_t end;
52
53
AddressRange(uint64_t start, uint64_t end) : start(start), end(end) {}
54
55
AddressRange() : start(0), end(0) {}
56
Callers
4
allocated_ranges
Method · 0.80
mapped_address_ranges
Method · 0.80
backed_address_ranges
Method · 0.80
address_ranges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected