mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-11-18 22:01:49 -05:00
| .. | ||
| README.md | ||
dynamic analysis tools
echidna
- fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing.
- tutorial to use echidna to automatically test smart contracts
harvey
- automated fuzzing tool useful for detecting property violations in smart contract code.
manticore
- dynamic symbolic execution framework for analyzing EVM bytecode.