Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
miasm2.os_dep.linux_stdlib.c_linobjs Class Reference
+ Inheritance diagram for miasm2.os_dep.linux_stdlib.c_linobjs:
+ Collaboration diagram for miasm2.os_dep.linux_stdlib.c_linobjs:

Public Member Functions

def __init__
 

Public Attributes

 alloc_ad
 
 alloc_align
 
 heap
 

Static Public Attributes

int base_addr = 0x20000000
 
int align_addr = 0x1000
 

Detailed Description

Definition at line 11 of file linux_stdlib.py.

Constructor & Destructor Documentation

def miasm2.os_dep.linux_stdlib.c_linobjs.__init__ (   self)

Member Data Documentation

int miasm2.os_dep.linux_stdlib.c_linobjs.align_addr = 0x1000
static

Definition at line 14 of file linux_stdlib.py.

miasm2.os_dep.linux_stdlib.c_linobjs.alloc_ad

Definition at line 16 of file linux_stdlib.py.

miasm2.os_dep.linux_stdlib.c_linobjs.alloc_align

Definition at line 17 of file linux_stdlib.py.

int miasm2.os_dep.linux_stdlib.c_linobjs.base_addr = 0x20000000
static

Definition at line 13 of file linux_stdlib.py.

miasm2.os_dep.linux_stdlib.c_linobjs.heap

Definition at line 18 of file linux_stdlib.py.


The documentation for this class was generated from the following file: