diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/concepts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/concepts.md b/docs/dev/concepts.md index d3046ec6..25dd5af0 100644 --- a/docs/dev/concepts.md +++ b/docs/dev/concepts.md @@ -84,7 +84,7 @@ def collect_call_target(i) -> None: match i: case HighLevelILCall(dest=HighLevelILConstPtr(constant=c)): return c -set([hex(a) for a in current_hlil.traverse(print_call_target)]) +set([hex(a) for a in current_hlil.traverse(collect_call_target)]) # collect all the Variables named 'this' |
