jakespringer / angr_ctf

GNU General Public License v3.0
966 stars 152 forks source link

exec error #9

Closed bufsnake closed 3 years ago

bufsnake commented 4 years ago
(angr) angr@fed003dbb7b2:~/angr_ctf/solutions/07_angr_symbolic_file$ python solve07.py 07_angr_symbolic_file
Traceback (most recent call last):
  File "solve07.py", line 130, in <module>
    main(sys.argv)
  File "solve07.py", line 91, in main
    password_file = angr.storage.SimFile(filename, file_options, content=symbolic_file_backing_memory, size=symbolic_file_size_bytes)
TypeError: __init__() got multiple values for argument 'content'
xiaoshipricne commented 3 years ago

me too...