angr.exploration_techniques.dfs¶
- class angr.exploration_techniques.dfs.DFS¶
Bases:
ExplorationTechniqueDepth-first search.
Will only keep one path active at a time, any others will be stashed in the ‘deferred’ stash. When we run out of active paths to step, we take the longest one from deferred and continue.
- __init__(deferred_stash='deferred')¶