angr.knowledge_plugins.types¶
- class angr.knowledge_plugins.types.TypesStore¶
Bases:
KnowledgeBasePlugin,UserDict[str,TypeRef]A kb plugin that stores a mapping from name to TypeRef. It will return types from angr.sim_type.ALL_TYPES as a default.
- __init__(kb)¶
- copy()¶
- iter_own()¶
Iterate over all the names which are stored in this object - i.e.
values()withoutALL_TYPES
- iter_own_keys()¶