miasm
Reverse engineering framework
access_c.MyCHandler Class Reference
Inheritance diagram for access_c.MyCHandler:
Collaboration diagram for access_c.MyCHandler:

Static Public Attributes

 exprToAccessC_cls = MyExprToAccessC
 
- Static Public Attributes inherited from miasm.core.objc.CHandler
 exprCToExpr_cls = ExprCToExpr
 
 exprToAccessC_cls = ExprToAccessC
 

Additional Inherited Members

- Public Member Functions inherited from miasm.core.objc.CHandler
def __init__ (self, types_mngr, expr_types=None, C_types=None, simplify_c=access_simplifier, enforce_strict_access=True)
 
def updt_expr_types (self, expr_types)
 
def expr_to_c_access (self, expr, expr_context=None)
 
def expr_to_c_and_types (self, expr, expr_context=None)
 
def expr_to_c (self, expr, expr_context=None)
 
def expr_to_types (self, expr, expr_context=None)
 
def c_to_expr_and_type (self, c_str, c_context=None)
 
def c_to_expr (self, c_str, c_context=None)
 
def c_to_type (self, c_str, c_context=None)
 
- Public Attributes inherited from miasm.core.objc.CHandler
 exprc2expr
 
 access_c_gen
 
 types_mngr
 
 simplify_c
 
 expr_types
 
 C_types
 

Detailed Description

Custom CHandler to add complementary C handling rules

Member Data Documentation

◆ exprToAccessC_cls

access_c.MyCHandler.exprToAccessC_cls = MyExprToAccessC
static

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