r.a.A.Chunk : class documentation

Part of reven.api.AddressSpace View In Hierarchy

An address space contiguous region.

Method __init__ Undocumented
Method address The chunk's address.
Method length The chunk's lenght.
Method is_prot_read The chunk's read permission.
Method is_prot_write The chunk's write permission.
Method is_prot_exec The chunk's execution permission.
Method file The file this chunk may belong to. @return: A file name or None.
Method file_offset The offset of this chunk in its source file. Only valid if self.file() is not None.
Method __repr__ Undocumented
def __init__(self, address, size, read=True, write=True, exe=True, file=None, file_offset=0):
Undocumented
@property
def address(self):

The chunk's address.

@property
def length(self):

The chunk's lenght.

def is_prot_read(self):

The chunk's read permission.

def is_prot_write(self):

The chunk's write permission.

def is_prot_exec(self):

The chunk's execution permission.

@property
def file(self):

The file this chunk may belong to.

ReturnsA file name or None.
@property
def file_offset(self):

The offset of this chunk in its source file. Only valid if self.file() is not None.

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