OperatingSystemWinX86_64.get_symbol_address

OperatingSystemWinX86_64.get_symbol_address(symbol)

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.

Parameters

symbol (str) – The symbol to search for.

Returns

The address of the symbol.

Return type

int

Raises

SymbolResolutionError – If the symbol cannot be found.