miasm
Reverse engineering framework
|
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') | |
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
miasm.jitter.jitload.hnd = logging.StreamHandler() |
miasm.jitter.jitload.log = logging.getLogger('jitload.py') |
miasm.jitter.jitload.log_func = logging.getLogger('jit function call') |