Skip to content

Commit 848ae3c

Browse files
committed
enable medusa
1 parent 54d2865 commit 848ae3c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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:

SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@
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) - [Getting Started](./program-analysis/medusa/docs/src/getting_started/installation.md)
110+
- [Project Configuration](./program-analysis/medusa/docs/src/project_configuration/overview.md)
111+
the vast number of configuration options that can be set up based on your project needs.
112+
- [Command Line Interface](./program-analysis/medusa/docs/src/cli/overview.md)
113+
- [Writing Tests](./program-analysis/medusa/docs/src/testing/overview.md)
114+
- [API (WIP)](./program-analysis/medusa/docs/src/api/api_overview.md)
115+
- [Cheatcodes](./program-analysis/medusa/docs/src/cheatcodes/cheatcodes_overview.md)
116+
- [Console Logging](./program-analysis/medusa/docs/src/console_logging.md)
117+
- [FAQ](./program-analysis/medusa/docs/src/faq.md)
109118
- [Manticore](./program-analysis/manticore/README.md)
110119
- [Introduction to symbolic execution](./program-analysis/manticore/symbolic-execution-introduction.md):
111120
- [Running under Manticore](./program-analysis/manticore/running-under-manticore.md)

0 commit comments

Comments
 (0)