This commit is contained in:
osiris account 2023-03-15 11:04:34 -07:00
parent 8f6ffc1cae
commit 3b8579d978
7 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,28 @@
## dynamic analysis tools
<br>
#### [echidna](https://github.com/crytic/echidna/)
<br>
* Fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing.
<br>
#### [harvey](https://consensys.net/diligence/fuzzing/)
<br>
* Automated fuzzing tool useful for detecting property violations in smart contract code.
<br>
#### [manticore](https://github.com/trailofbits/manticore)
<br>
* Dynamic symbolic execution framework for analyzing EVM bytecode.
<br>