Skip to content

Commit dfc510c

Browse files
authored
Merge pull request #373 from crytic/re-enable-medusa
Re enable medusa
2 parents c3febc7 + 773f7cf commit dfc510c

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

Diff for: .github/workflows/lint_links.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
submodules: recursive
2325
- uses: gaurav-nelson/github-action-markdown-link-check@v1
2426
with:
2527
use-quiet-mode: "yes"

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
2929
- [Solana](./not-so-smart-contracts/solana)
3030
- [Program Analysis](./program-analysis): Using automated tools to secure contracts
3131
- [Echidna](./program-analysis/echidna): A fuzzer that checks your contract's properties
32+
- [Medusa](./program-analysis/medusa): A next-gen fuzzer that checks your contract's properties
3233
- [Slither](./program-analysis/slither): A static analyzer with both CLI and scriptable interfaces
3334
- [Manticore](./program-analysis/manticore): A symbolic execution engine that proves the correctness of properties
3435
- For each tool, this training material provides:

Diff for: SUMMARY.md

+11
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@
106106
- [Exercise 6](./program-analysis/echidna/exercises/Exercise-6.md)
107107
- [Exercise 7](./program-analysis/echidna/exercises/Exercise-7.md)
108108
- [Exercise 8](./program-analysis/echidna/exercises/Exercise-8.md)
109+
- [Medusa](./program-analysis/medusa/docs/src/README.md)
110+
- [Getting Started](./program-analysis/medusa/docs/src/getting_started/installation.md)
111+
- [Project Configuration](./program-analysis/medusa/docs/src/project_configuration/overview.md)
112+
the vast number of configuration options that can be set up based on your project needs.
113+
- [Command Line Interface](./program-analysis/medusa/docs/src/cli/overview.md)
114+
- [Writing Tests](./program-analysis/medusa/docs/src/testing/overview.md)
115+
- [API (WIP)](./program-analysis/medusa/docs/src/api/api_overview.md)
116+
- [Cheatcodes](./program-analysis/medusa/docs/src/cheatcodes/cheatcodes_overview.md)
117+
- [Console Logging](./program-analysis/medusa/docs/src/console_logging.md)
118+
- [Coverage report](./program-analysis/medusa/docs/src/coverage_reports.md)
119+
- [FAQ](./program-analysis/medusa/docs/src/faq.md)
109120
- [Manticore](./program-analysis/manticore/README.md)
110121
- [Introduction to symbolic execution](./program-analysis/manticore/symbolic-execution-introduction.md):
111122
- [Running under Manticore](./program-analysis/manticore/running-under-manticore.md)

Diff for: program-analysis/medusa

Submodule medusa updated 73 files

0 commit comments

Comments
 (0)