🍖 dynamic analysis tools

This commit is contained in:
bt3gl 2022-09-24 21:43:10 -07:00 committed by GitHub
parent 3a1839440b
commit 78ccb4c80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>