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

Public Member Functions

def __init__
 
def update_parser
 

Public Attributes

 machine
 
 jitter
 

Static Public Attributes

int STACK_SIZE = 0x100000
 
int STACK_BASE = 0x100000
 

Static Private Attributes

string _ARCH_ = "aarch64l"
 

Detailed Description

Definition at line 326 of file sandbox.py.

Constructor & Destructor Documentation

def miasm2.analysis.sandbox.Arch_aarch64l.__init__ (   self)

Definition at line 331 of file sandbox.py.

332  def __init__(self):
333  super(Arch_aarch64l, self).__init__()
334 
335  # Init stack
336  self.jitter.stack_size = self.STACK_SIZE
337  self.jitter.stack_base = self.STACK_BASE
338  self.jitter.init_stack()
339 

Member Function Documentation

def miasm2.analysis.sandbox.Arch.update_parser (   cls,
  parser 
)
inherited

Definition at line 148 of file sandbox.py.

149  def update_parser(cls, parser):
150  pass
151 

Member Data Documentation

string miasm2.analysis.sandbox.Arch_aarch64l._ARCH_ = "aarch64l"
staticprivate

Definition at line 327 of file sandbox.py.

miasm2.analysis.sandbox.Arch.jitter
inherited

Definition at line 145 of file sandbox.py.

miasm2.analysis.sandbox.Arch.machine
inherited

Definition at line 144 of file sandbox.py.

int miasm2.analysis.sandbox.Arch_aarch64l.STACK_BASE = 0x100000
static

Definition at line 329 of file sandbox.py.

int miasm2.analysis.sandbox.Arch_aarch64l.STACK_SIZE = 0x100000
static

Definition at line 328 of file sandbox.py.


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