miasm
Reverse engineering framework
miasm.analysis.sandbox.OS_Linux_str Class Reference
Inheritance diagram for miasm.analysis.sandbox.OS_Linux_str:
Collaboration diagram for miasm.analysis.sandbox.OS_Linux_str:

Public Member Functions

def __init__ (self, custom_methods, *args, **kwargs)
 
def update_parser (cls, parser)
 
- Public Member Functions inherited from miasm.analysis.sandbox.OS
def __init__ (self, custom_methods, **kwargs)
 

Public Attributes

 libs
 
 argv
 
 envp
 

Static Public Attributes

string PROGRAM_PATH = "./program"
 

Constructor & Destructor Documentation

◆ __init__()

def miasm.analysis.sandbox.OS_Linux_str.__init__ (   self,
  custom_methods,
args,
**  kwargs 
)

Member Function Documentation

◆ update_parser()

def miasm.analysis.sandbox.OS_Linux_str.update_parser (   cls,
  parser 
)

Reimplemented from miasm.analysis.sandbox.OS.

Member Data Documentation

◆ argv

miasm.analysis.sandbox.OS_Linux_str.argv

◆ envp

miasm.analysis.sandbox.OS_Linux_str.envp

◆ libs

miasm.analysis.sandbox.OS_Linux_str.libs

◆ PROGRAM_PATH

string miasm.analysis.sandbox.OS_Linux_str.PROGRAM_PATH = "./program"
static

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