OperatingSystemBase.get_nearest_symbol_by_address

OperatingSystemBase.get_nearest_symbol_by_address(address)[source]

Get symbols by address.

This function will attempt to look up the nearest symbol based on an address. If multiple symbols are located at an equal distance from the address, all of them will be returned.

Parameters

address (int) – The address to use for the search.

Returns

The nearest symbols for the given address. If no symbol can be found an empty list will be returned.

Return type

list