jakespringer / angr_ctf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exec error

bufsnake opened this issue · comments

commented
(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'

me too...