You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for reporting, it seems that z3 has changed their interface slightly (I think it is related to Z3Prover/z3#2704).
As a quickfix you can downgrade z3 to version 4.8.0.0.post1 (pip install z3-solver==4.8.0.0.post1).
I'll update here if I can fix it to work with the newest version.
Hey,
I wanted to test your tool and tried to run the examples given in
tests/data
.In particular, I installed teEther as explained and ran
python3 bin/gen_exploit.py tests/data/test1.contract.code 0x1234 0x1000 +1000
which gave me the following output (I think after it found an exploit):
I'm running on Ubuntu 18.04 with python 3.6.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: