Symbol

final class ntoseye.Symbol

A symbol identity nearest to an address.

property address: int

The symbol’s address.

property module: str

The module the symbol belongs to.

property name: str

The symbol name.

property offset: int

How far past the symbol the queried address is.

to_dict() → dict[str, Any]