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 2d638c7 commit 48f1c47Copy full SHA for 48f1c47
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/docs/src): A next-gen fuzzer that checks your contract's properties
+ - [Medusa](https://secure-contracts.com/program-analysis/medusa/docs/src/index.html): 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