Home | Trees | Indices | Help |
---|
|
object --+ | adt.ADT --+ | Project
A collection of data associated with a disassembled program
|
|||
Inherited from Inherited from |
|
|||
attrs A dictionary of attributes that are global to a project. |
|||
memmap a mapping from memory regions to arbitrary attributes. |
|||
program a program in BAP Intermediate Representation (BIR) |
|||
sections code and data sections of a file. |
|||
Inherited from |
|
attrsA dictionary of attributes that are global to a project. Example: >>> file = proj.attrs['filename']
|
memmapa mapping from memory regions to arbitrary attributes. Some facts may be discovered about a particular memory region and attributed to it.
|
programa program in BAP Intermediate Representation (BIR)
|
sectionscode and data sections of a file. Often a binary is split into several named sections. This is the mapping from names (that varies by particular, underlying file format, and data, that represents the section) Example: >>> code = proj.sections['.text']
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 22 18:58:40 2016 | http://epydoc.sourceforge.net |