r.a.Binary(object) : class documentation

Part of reven.api View In Hierarchy

Executable file information.

Method __init__
Method symbols_names The list of symbol names this binary contains.
Method mapping The address space of this binary.
Method name The binary name.
Method __repr__ Undocumented
def __init__(self, revn, rvn_lib_info):
ParametersrevnA Project instance.
rvn_lib_infoA reven_api.library_information instance.
@property
def symbols_names(self):

The list of symbol names this binary contains.

@property
def mapping(self):

The address space of this binary.

@property
def name(self):

The binary name.

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