angr.analyses.decompiler.structuring.recursive_structurer

class angr.analyses.decompiler.structuring.recursive_structurer.RecursiveStructurer

Bases: Analysis

Recursively structure a region and all of its subregions.

__init__(region, cond_proc=None, func=None, structurer_cls=None, *, ail_manager, **kwargs)
Parameters: