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()
get_own(item)
Return type:

TypeRef

Parameters:

item (str)

iter_own()

Iterate over all the names which are stored in this object - i.e. values() without ALL_TYPES

iter_own_keys()
rename(old, new)
Parameters:
unique_type_name()
Return type:

str