|
Add covered address range.
-
range
:
AddrRange
|
|
For a given address range (from sAddr to eAddr), return a map of gaps,
where each mapping maps from a gap start address to a gap end address. A
gap is a "uncovered chunk" in the binary code.
-
sAddr
:
Addr
-
eAddr
:
Addr
-
Returns:
Map<Addr, Addr>
|
|
Is the given address is within the range of parsed code?
-
addr
:
Addr
-
Returns:
bool
|
|
Make the address range uncovered.
-
range
:
AddrRange
|