File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/src/project_configuration Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33The [ Slither] ( https://github.com/crytic/slither ) configuration defines the parameters for using Slither in ` medusa ` .
44Currently, we use Slither to extract interesting constants from the target system. These constants are then used in the
5- fuzzing process to try to increase coverage.
5+ fuzzing process to try to increase coverage. Note that if Slither fails to run for some reason, we will still try our
6+ best to mine constants from each contract's AST so don't worry!
67
78- > 🚩 We _ highly_ recommend using Slither and caching the results. Basically, don't change this configuration unless
89 > absolutely necessary. The constants identified by Slither are shown to greatly improve system coverage and caching
You can’t perform that action at this time.
0 commit comments