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
symExec: true<snip># whether symbolic execution will be concolic (vs full symbolic execution)# only relevant if symExec is truesymExecConcolic: true# number of SMT solvers used in symbolic execution# only relevant if symExec is truesymExecNSolvers: 1# timeout for symbolic execution SMT solver# only relevant if symExec is truesymExecTimeout: 30# Number of times we may revisit a particular branching point# only relevant if symExec is true and symExecConcolic is falsesymExecMaxIters: 10# Number of times we may revisit a particular branching point before we consult the smt solver to check reachability# only relevant if symExec is true and symExecConcolic is falsesymExecAskSMTIters: 1
Version:
Latest master with symbolic execution
The text was updated successfully, but these errors were encountered:
This error is a missing implementation (e.g. TODO) from the HEVM code. I assume it's a known issue from hevm, but perhaps it is useful to let then know it is reachable (so please create a report in their issue tracker and link this one). A few debug capabilities are coming to the echidna's symexec feature that will allow users to report in which transactions are actually causing a crash. These are going to be very useful for reporting issues.
Describe the issue:
Got this error while testing symbolic execution on one of my fuzzing suites.
Code example to reproduce the issue:
https://github.com/perimetersec/drips-fuzzing
Version:
Latest
master
with symbolic executionThe text was updated successfully, but these errors were encountered: