miasm
Reverse engineering framework
All Classes Namespaces Files Functions Variables Typedefs Enumerator Properties Macros Pages
miasm.jitter.jitload Namespace Reference

Classes

class  CallbackHandler
 
class  CallbackHandlerBitflag
 
class  ExceptionHandle
 
class  Jitter
 
class  jitter
 

Functions

def named_arguments (func)
 

Variables

 hnd = logging.StreamHandler()
 
 log = logging.getLogger('jitload.py')
 
 log_func = logging.getLogger('jit function call')
 

Function Documentation

◆ named_arguments()

def miasm.jitter.jitload.named_arguments (   func)
Function decorator to allow the use of .func_args_*() methods
with either the number of arguments or the list of the argument
names.

The wrapper is also used to log the argument values.

@func: function
Here is the call graph for this function:

Variable Documentation

◆ hnd

miasm.jitter.jitload.hnd = logging.StreamHandler()

◆ log

miasm.jitter.jitload.log = logging.getLogger('jitload.py')

◆ log_func

miasm.jitter.jitload.log_func = logging.getLogger('jit function call')