We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6d442 commit 2a15b7bCopy full SHA for 2a15b7b
README.md
@@ -29,7 +29,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
29
- [Solana](./not-so-smart-contracts/solana)
30
- [Program Analysis](./program-analysis): Using automated tools to secure contracts
31
- [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
+ - [Medusa](./program-analysis/medusa/docs/src): A next-gen fuzzer that checks your contract's properties
33
- [Slither](./program-analysis/slither): A static analyzer with both CLI and scriptable interfaces
34
- [Manticore](./program-analysis/manticore): A symbolic execution engine that proves the correctness of properties
35
- For each tool, this training material provides:
0 commit comments