|
Find the currently confirmed end-point for the given table address.
-
tAddr
:
Addr
-
Returns:
Addr
|
|
Find the current potential end-point for the given table address.
-
tAddr
:
Addr
-
Returns:
Addr
|
|
-
Returns:
Addr
|
|
Register a new jump table.
-
funcEntry
:
Addr
-
insAddr
:
Addr
-
bAddr
:
Addr
-
tAddr
:
Addr
-
rt
:
RegType
-
Returns:
Result<unit, JumpTable>
|
|
-
Returns:
seq<KeyValuePair<Addr, JumpTable>>
|
|
Update the confirmed end-point of the jump table located at the tAddr.
-
tAddr
:
Addr
-
epAddr
:
Addr
|
|
Update the potential end-point information.
-
tAddr
:
Addr
-
pAddr
:
Addr
|