miasm
Reverse engineering framework
test_all.SemanticTestAsm Class Reference

Semantic. More...

Inheritance diagram for test_all.SemanticTestAsm:
Collaboration diagram for test_all.SemanticTestAsm:

Public Member Functions

def __init__ (self, arch, container, *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

 shellcode_script = os.path.join("..", "example", "asm", "shellcode.py")
 
dictionary container_dct = {"PE": "--PE"}
 
- Static Public Attributes inherited from test_all.RegressionTest
 sample_dir = os.path.join("..", "samples")
 

Detailed Description

Semantic.

Assemble an asm file

Constructor & Destructor Documentation

◆ __init__()

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

Member Data Documentation

◆ command_line

test_all.SemanticTestAsm.command_line

◆ container_dct

dictionary test_all.SemanticTestAsm.container_dct = {"PE": "--PE"}
static

◆ products

test_all.SemanticTestAsm.products

◆ shellcode_script

test_all.SemanticTestAsm.shellcode_script = os.path.join("..", "example", "asm", "shellcode.py")
static

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