OperatingSystemBase.
get_symbol_address
Get the address of a symbol.
This function can lookup the addresses of symbols. For this function to succeed, the symbol must be contained in the profile of the operating system.
symbol (str) – The symbol to search for.
The address of the symbol.
int
SymbolResolutionError – If the symbol cannot be found.