angr.utils.ssa.tmp_uses_collector¶
- class angr.utils.ssa.tmp_uses_collector.TmpUsesCollector¶
Bases:
AILBlockViewerCollect all uses of temporary variables and their use statement IDs in an AIL block.
- __init__()¶
Bases: AILBlockViewer
Collect all uses of temporary variables and their use statement IDs in an AIL block.