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_x86_64 Class Reference
+ Inheritance diagram for miasm2.analysis.sandbox.Arch_x86_64:
+ Collaboration diagram for miasm2.analysis.sandbox.Arch_x86_64:

Public Member Functions

def update_parser
 

Public Attributes

 machine
 
 jitter
 

Static Public Attributes

int STACK_SIZE = 0x10000
 
int STACK_BASE = 0x130000
 

Static Private Attributes

string _ARCH_ = "x86_64"
 

Detailed Description

Definition at line 296 of file sandbox.py.

Member Function Documentation

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

Definition at line 287 of file sandbox.py.

288  def update_parser(cls, parser):
289  parser.add_argument('-s', "--usesegm", action="store_true",
290  help="Use segments")
291 

Member Data Documentation

string miasm2.analysis.sandbox.Arch_x86_64._ARCH_ = "x86_64"
staticprivate

Definition at line 297 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_x86.STACK_BASE = 0x130000
staticinherited

Definition at line 269 of file sandbox.py.

int miasm2.analysis.sandbox.Arch_x86.STACK_SIZE = 0x10000
staticinherited

Definition at line 268 of file sandbox.py.


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