angr.rust.typehoon.typehoon¶
- class angr.rust.typehoon.typehoon.RustTypehoon¶
Bases:
TypehoonRust-aware type inference engine extending the base Typehoon.
- update_variable_types(func_addr, var_to_typevars, stack_offset_tvs=None)¶
- Return type:
- Parameters:
var_to_typevars (dict[SimVariable, set[TypeVariable]])
stack_offset_tvs (dict[int, TypeVariable] | None)