-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Description
File "/Users/xxx/Desktop/deobf/code/2/angr-examples/angr-hook2.py", line 45, in
proj.hook_symbol("_scanf", ReplaceScanf())
File "/Users/xxx/.pyenv/versions/3.11.8/lib/python3.11/site-packages/angr/project.py", line 603, in hook_symbol
sym = self.loader.find_symbol(symbol_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/xxx/.pyenv/versions/3.11.8/lib/python3.11/site-packages/cle/loader.py", line 610, in find_symbol
if sym.is_import:
^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'is_import'
Steps to reproduce the bug
No response
Environment
Mac OSX 15.4 (24E248)
test iOS mach-o file
Additional context
No response