Skip to content

Commit

Permalink
enable medusa
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Oct 7, 2024
1 parent 54d2865 commit 848ae3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
- [Solana](./not-so-smart-contracts/solana)
- [Program Analysis](./program-analysis): Using automated tools to secure contracts
- [Echidna](./program-analysis/echidna): A fuzzer that checks your contract's properties
- [Medusa](./program-analysis/medusa): A next-gen fuzzer that checks your contract's properties
- [Slither](./program-analysis/slither): A static analyzer with both CLI and scriptable interfaces
- [Manticore](./program-analysis/manticore): A symbolic execution engine that proves the correctness of properties
- For each tool, this training material provides:
Expand Down
9 changes: 9 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
- [Exercise 6](./program-analysis/echidna/exercises/Exercise-6.md)
- [Exercise 7](./program-analysis/echidna/exercises/Exercise-7.md)
- [Exercise 8](./program-analysis/echidna/exercises/Exercise-8.md)
- [Medusa](./program-analysis/medusa/docs/src/README.md) - [Getting Started](./program-analysis/medusa/docs/src/getting_started/installation.md)
- [Project Configuration](./program-analysis/medusa/docs/src/project_configuration/overview.md)
the vast number of configuration options that can be set up based on your project needs.
- [Command Line Interface](./program-analysis/medusa/docs/src/cli/overview.md)
- [Writing Tests](./program-analysis/medusa/docs/src/testing/overview.md)
- [API (WIP)](./program-analysis/medusa/docs/src/api/api_overview.md)
- [Cheatcodes](./program-analysis/medusa/docs/src/cheatcodes/cheatcodes_overview.md)
- [Console Logging](./program-analysis/medusa/docs/src/console_logging.md)
- [FAQ](./program-analysis/medusa/docs/src/faq.md)
- [Manticore](./program-analysis/manticore/README.md)
- [Introduction to symbolic execution](./program-analysis/manticore/symbolic-execution-introduction.md):
- [Running under Manticore](./program-analysis/manticore/running-under-manticore.md)
Expand Down

0 comments on commit 848ae3c

Please sign in to comment.