mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-21 08:00:47 -04:00
🍖 dynamic analysis tools
This commit is contained in:
parent
3a1839440b
commit
78ccb4c80a
1 changed files with 28 additions and 0 deletions
28
dynamic_analysis_tools/README.md
Normal file
28
dynamic_analysis_tools/README.md
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue