r.a.Symbol(object) : class documentation

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
def __init__(self, trace, rvn_symbol):
ParameterstraceA Trace instance.
rvn_symbolA reven_api.symbol instance.
@property
def name(self):

The symbol's main name

@property
def binary_name(self):

The name of the binary the symbol is in.

@property
def offset(self):

The offset from the start of the symbol.

@property
def names(self):

The list of all names the symbol is known as.

@property
def address(self):

The symbol virtual address.

@property
def segment(self):

The segment selector value of the symbol logical address.

@property
def documentation(self):

Relative link to the html documentation if available.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.