Symbols

Symbol access is provided by the SymbolService class. Each debugger has its own instance, which can be used through its symbol attribute.

Querying symbols

>>> sym_main = dbg.symbol.query_by_name(name='main')
>>> print(sym_main)