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 |