miasm
Reverse engineering framework
utils Namespace Reference

Namespaces

 cosmetics
 
 multithread
 
 test
 
 testset
 

Classes

class  TestUtils
 
class  translatorForm
 
class  TranslatorIDA
 

Functions

def guess_machine (addr=None)
 
def expr2colorstr (expr, loc_db)
 

Variables

 testsuite = unittest.TestLoader().loadTestsFromTestCase(TestUtils)
 
 report = unittest.TextTestRunner(verbosity=2).run(testsuite)
 

Function Documentation

◆ expr2colorstr()

def utils.expr2colorstr (   expr,
  loc_db 
)
Colorize an Expr instance for IDA
@expr: Expr instance to colorize
@loc_db: LocationDB instance
Here is the caller graph for this function:

◆ guess_machine()

def utils.guess_machine (   addr = None)
Here is the caller graph for this function:

Variable Documentation

◆ report

utils.report = unittest.TextTestRunner(verbosity=2).run(testsuite)

◆ testsuite

utils.testsuite = unittest.TestLoader().loadTestsFromTestCase(TestUtils)