angr.analyses.decompiler.decompilation_cache¶
- class angr.analyses.decompiler.decompilation_cache.DecompilationCache¶
Bases:
objectCaches key data structures that can be used later for refining decompilation results, such as retyping variables.
- __init__(addr)¶
- addr
- type_constraints: dict[TypeVariable, set[TypeConstraint]] | None
- func_typevar: TypeVariable | None
- codegen: BaseStructuredCodeGenerator | None
- binop_operators: dict[OpDescriptor, str] | None
- max_tv_id: int
- property local_types¶