angr.analyses.class_identifier¶
- class angr.analyses.class_identifier.ClassIdentifier¶
Bases:
AnalysisThis is a class identifier for non stripped or partially stripped binaries, it identifies classes based on the demangled function names, and also assigns functions to their respective classes based on their names. It also uses the results from the VtableFinder analysis to assign the corresponding vtable to the classes.
self.classes contains a mapping between class names and SimCppClass objects
e.g. A::tool() and A::qux() belong to the class A
- __init__()¶