angr.analyses.decompiler.block_walkers

exception angr.analyses.decompiler.block_walkers.HasCallNotification

Bases: Exception

Abort the walk on the first Call / SideEffectStatement encountered.

class angr.analyses.decompiler.block_walkers.HasCallExprWalker

Bases: AILBlockViewer

Singleton walker that raises HasCallNotification on the first Call / SideEffectStatement it visits.