miasm
Reverse engineering framework
test_all.SemanticTestExec Class Reference
Inheritance diagram for test_all.SemanticTestExec:
Collaboration diagram for test_all.SemanticTestExec:

Public Member Functions

def __init__ (self, arch, container, address, *args, **kwargs)
 
- Public Member Functions inherited from test_all.RegressionTest
def __init__ (self, *args, **kwargs)
 
def get_sample (cls, sample_name)
 
- Public Member Functions inherited from utils.test.Test
def __init__ (self, command_line, base_dir="", depends=None, products=None, tags=None, executable=None)
 
def __repr__ (self)
 
def __eq__ (self, test)
 

Public Attributes

 command_line
 
 products
 
- Public Attributes inherited from test_all.RegressionTest
 base_dir
 
- Public Attributes inherited from utils.test.Test
 command_line
 
 base_dir
 
 depends
 
 products
 
 tags
 
 executable
 

Static Public Attributes

dictionary launcher_dct
 
 launcher_base = os.path.join("..", "example", "jitter")
 
- Static Public Attributes inherited from test_all.RegressionTest
 sample_dir = os.path.join("..", "samples")
 

Detailed Description

Execute a binary file

Constructor & Destructor Documentation

◆ __init__()

def test_all.SemanticTestExec.__init__ (   self,
  arch,
  container,
  address,
args,
**  kwargs 
)

Member Data Documentation

◆ command_line

test_all.SemanticTestExec.command_line

◆ launcher_base

test_all.SemanticTestExec.launcher_base = os.path.join("..", "example", "jitter")
static

◆ launcher_dct

dictionary test_all.SemanticTestExec.launcher_dct
static
Initial value:
= {("PE", "x86_64"): "sandbox_pe_x86_64.py",
("PE", "x86_32"): "sandbox_pe_x86_32.py",
}

◆ products

test_all.SemanticTestExec.products

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