Symbols¶
Symbol¶
-
class
revenge.symbols.Symbol(process, name=None, address=None)[source]¶ Bases:
objectRepresents a binary symbol.
- Parameters
process – Process object
name (str, optional) – Name of this symbol
address (int, optional) – Address of this symbol
-
property
address¶ Address of this Symbol.
- Type
int
-
property
memory¶ Convenience property to grab a memory object for this symbol.
-
property
name¶ Name of this symbol.
- Type
str