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

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
 
- 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.ExampleDisassembler
string example_dir = "disasm"
 
- Static Public Attributes inherited from test_all.Example
 sample_dir = os.path.join("..", "samples")
 
string example_dir = ""
 

Detailed Description

DisasmFull specificities:
- script: disasm/full.py
- flags: -g -s
- @products: graph_execflow.dot, graph_irflow.dot, graph_irflow_raw.dot,
             lines.dot, out.dot

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from test_all.Example.

Member Data Documentation

◆ command_line

test_all.ExampleDisasmFull.command_line

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