angr.analyses.decompiler.region_simplifiers.node_address_finder¶
- class angr.analyses.decompiler.region_simplifiers.node_address_finder.NodeAddressFinder¶
Bases:
SequenceWalkerWalk the entire node and collect all addresses of nodes.
- __init__(node)¶
Bases: SequenceWalker
Walk the entire node and collect all addresses of nodes.