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
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
gives return value of 1 not 0, but result is valid:
WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3
WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19
INFO:symExec: ============ Results ===========
INFO:symExec: EVM Code Coverage: 0.2%
INFO:symExec: Callstack Depth Attack Vulnerability: True
INFO:symExec: Transaction-Ordering Dependence (TOD): False
INFO:symExec: Timestamp Dependency: False
INFO:symExec: Re-Entrancy Vulnerability: False
INFO:symExec: ====== Analysis Completed ======
echo $?
oyente version 0.2.7 - Commonwealth
The text was updated successfully, but these errors were encountered:
Oyente seems to return exit code 1 if a vulnerability is found, and 0 if none is detected. So the behavior you observe seems to be by design, not by error.
Running
python /oyente/oyente/oyente.py --compilation-error -s /home/test.txt -b
test.txt
gives return value of 1 not 0, but result is valid:
echo $?
oyente version 0.2.7 - Commonwealth
The text was updated successfully, but these errors were encountered: