miasm
Reverse engineering framework
symbol_exec Namespace Reference

Classes

class  ActionHandler
 
class  ActionHandlerExpand
 
class  ActionHandlerTranslate
 
class  Hooks
 
class  symbolicexec_t
 

Functions

def get_focused_view ()
 
def symbolic_exec ()
 

Variables

list all_views = []
 
 hooks = Hooks()
 
 action_expand
 
 action_translate
 

Function Documentation

◆ get_focused_view()

def symbol_exec.get_focused_view ( )
Here is the caller graph for this function:

◆ symbolic_exec()

def symbol_exec.symbolic_exec ( )
Here is the call graph for this function:

Variable Documentation

◆ action_expand

symbol_exec.action_expand
Initial value:
1 = idaapi.action_desc_t(
2  'my:expand',
3  'Expand',
4  ActionHandlerExpand(),
5  'E',
6  'Expand expression',
7  50)

◆ action_translate

symbol_exec.action_translate
Initial value:
1 = idaapi.action_desc_t(
2  'my:translate',
3  'Translate',
4  ActionHandlerTranslate(),
5  'T',
6  'Translate expression in C/python/z3...',
7  103)

◆ all_views

list symbol_exec.all_views = []

◆ hooks

symbol_exec.hooks = Hooks()