NameResolver Module
Provides helpers for building name resolvers on top of binary-file tables.
Functions and values
| Function or value |
Description
|
Full Usage:
NameResolver.ofSymbolTable symbolTable
Parameters:
ISymbolTable
Returns: INameResolvable
|
Builds a name resolver backed by the given symbol table: it resolves an address to the name of the symbol located at that address.
|
B2R2