symbol ¤
Looking up addresses for function names / symbols, and vice-versa.
Classes:
-
Domain–
Functions:
-
resolve_addr–Retrieve the name for the symbol located at
address -
lookup_symbol–Get the address for
symbol -
lookup_frame_symbol–Get the address for local
symbolfrom frame, in most time you don't need it
Attributes:
skipped_exceptions module-attribute ¤
DOMAIN_MAPPING module-attribute ¤
DOMAIN_MAPPING = {
ANY: SYMBOL_VAR_DOMAIN,
VARIABLE: SYMBOL_VAR_DOMAIN,
FUNCTION: SYMBOL_FUNCTION_DOMAIN,
}
order_prefs module-attribute ¤
order_prefs = {
True: (
_global_static_symbol_to_address,
_global_exported_symbol_to_address,
),
False: (
_global_exported_symbol_to_address,
_global_static_symbol_to_address,
),
}
Domain ¤
resolve_addr ¤
Retrieve the name for the symbol located at address Empty string if no symbol