Part of reven.api View In Hierarchy
A symbol inside a binary.
Method | __init__ | |
Method | name | The symbol's main name |
Method | binary_name | The name of the binary the symbol is in. |
Method | offset | The offset from the start of the symbol. |
Method | names | The list of all names the symbol is known as. |
Method | address | The symbol virtual address. |
Method | segment | The segment selector value of the symbol logical address. |
Method | documentation | Relative link to the html documentation if available. |
Method | __repr__ | Undocumented |
Parameters | trace | A Trace instance. |
rvn_symbol | A reven_api.symbol instance. |