angr.analyses.decompiler.block_walkers¶
- exception angr.analyses.decompiler.block_walkers.HasCallNotification¶
Bases:
ExceptionAbort the walk on the first Call / SideEffectStatement encountered.
- class angr.analyses.decompiler.block_walkers.HasCallExprWalker¶
Bases:
AILBlockViewerSingleton walker that raises
HasCallNotificationon the first Call / SideEffectStatement it visits.