miasm
Reverse engineering framework
test_all.TestDepgraph Class Reference

Degraph. More...

Inheritance diagram for test_all.TestDepgraph:
Collaboration diagram for test_all.TestDepgraph:

Public Member Functions

def __init__ (self, test_nb, implicit, base_addr, target_addr, elements, nb_sol, *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

 base_dir
 
 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

 example_depgraph
 
string launcher = "dg_check.py"
 
- Static Public Attributes inherited from test_all.RegressionTest
 sample_dir = os.path.join("..", "samples")
 

Detailed Description

Degraph.

Dependency graph test

Constructor & Destructor Documentation

◆ __init__()

def test_all.TestDepgraph.__init__ (   self,
  test_nb,
  implicit,
  base_addr,
  target_addr,
  elements,
  nb_sol,
args,
**  kwargs 
)

Member Data Documentation

◆ base_dir

test_all.TestDepgraph.base_dir

◆ example_depgraph

test_all.TestDepgraph.example_depgraph
static
Initial value:
= os.path.join("..", "..", "example", "symbol_exec",
"depgraph.py")

◆ launcher

string test_all.TestDepgraph.launcher = "dg_check.py"
static

◆ products

test_all.TestDepgraph.products

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