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

Public Member Functions

def __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from test_all.Example
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.Example
 base_dir
 
- Public Attributes inherited from utils.test.Test
 command_line
 
 base_dir
 
 depends
 
 products
 
 tags
 
 executable
 

Additional Inherited Members

- Static Public Attributes inherited from test_all.ExampleAssembler
string example_dir = "asm"
 
- Static Public Attributes inherited from test_all.Example
 sample_dir = os.path.join("..", "samples")
 
string example_dir = ""
 

Detailed Description

Specificities:
- script: asm/shellcode.py
- @products: graph.dot + 3rd arg
- apply get_sample on each products (!= graph.dot)
- apply get_sample on the 2nd and 3rd arg (source, output)

Constructor & Destructor Documentation

◆ __init__()

def test_all.ExampleShellcode.__init__ (   self,
args,
**  kwargs 
)

Reimplemented from test_all.Example.

Member Data Documentation

◆ command_line

test_all.ExampleShellcode.command_line

◆ products

test_all.ExampleShellcode.products

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