angr.rust.knowledge_plugins.type_hints

class angr.rust.knowledge_plugins.type_hints.TypeHints

Bases: KnowledgeBasePlugin

Store type hints for virtual variables inferred from Rust patterns.

__init__(kb)
add_type_hint(vvar, ty, func_addr)
Return type:

None

Parameters:

func_addr (int)

get_type_hints(func_addr)
Return type:

dict[int, TypeConstant]

Parameters:

func_addr (int)

copy()
Return type:

TypeHints