angr.analyses.decompiler.dephication.graph_dephication¶
- class angr.analyses.decompiler.dephication.graph_dephication.GraphDephication¶
Bases:
DephicationBaseGraphDephication removes phi expressions from an AIL graph, essentially transforms a partial-SSA form of AIL graph to a normal AIL graph.
- __init__(func, ail_graph, vvar_to_vvar_mapping=None, rewrite=False, variable_kb=None)¶