Addr Module
Provides a useful set of functions for handling Addr values.
Functions and values
| Function or value |
Description
|
Full Usage:
Addr.ofFuncName name
Parameters:
string
Returns: uint64
|
Converts a function name used in B2R2 to an address (Addr). This function assumes that the given string follows our function naming convention.
|
|
|
|
B2R2