Skip to content

Commit

Permalink
Remove deprecated claripy methods
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Aug 30, 2024
1 parent 7b3db50 commit d54c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angrop/rop_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def fast_unconstrained_check(state, ast):
return unconstrained_check(state, ast)

passes_prefilter = True
for a in ast.recursive_children_asts:
for a in ast.children_asts():
if a.op not in good_ops:
passes_prefilter = False
if ast.op not in good_ops:
Expand Down

0 comments on commit d54c77b

Please sign in to comment.