angr.analyses.decompiler.block_io_finder¶
- class angr.analyses.decompiler.block_io_finder.BlockIOFinder¶
Bases:
AILBlockViewerFinds the input and output locations of each statement in an AIL block. I/O locations can be a Register, MemoryLocation, or SpOffset (wrapped in a Memory Location).