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

Method Overlaps

view/sharedcache/core/Utility.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 AddressRange() : start(0), end(0) {}
56
57 bool Overlaps(const AddressRange& b) const { return start < b.end && b.start < end; }
58
59 bool operator<(const AddressRange& b) const { return start < b.start || (start == b.start && end < b.end); }
60

Callers 1

MapRegionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected