From 895f0fdac56a4b9d958bf8477b2bd900ca27797b Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+von-steinkirch@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:08:56 -0800 Subject: [PATCH] medusa, mutational solidity smart contract fuzzing, powered by go-ethereum, inspired by echidna --- hacking_tools/dynamic_analysis/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hacking_tools/dynamic_analysis/README.md b/hacking_tools/dynamic_analysis/README.md index 3434176..10f044f 100644 --- a/hacking_tools/dynamic_analysis/README.md +++ b/hacking_tools/dynamic_analysis/README.md @@ -8,6 +8,7 @@ * fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing. * **[tutorial to use echidna to automatically test smart contracts](https://secure-contracts.com/program-analysis/echidna/index.html)** +* **[medusa, mutational solidity smart contract fuzzing, powered by go-ethereum, inspired by echidna](https://github.com/crytic/medusa)**