organize chapters for the ongoing research, remove dead links, add new resources

This commit is contained in:
bt3gl 2024-11-04 18:42:30 +07:00
parent 1748d1ed22
commit 184e917000
98 changed files with 421 additions and 11268 deletions

View file

@ -2,27 +2,38 @@
<br>
#### [echidna](https://github.com/crytic/echidna/)
### [echidna](https://github.com/crytic/echidna/)
<br>
* Fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing.
* fast contract fuzzer for detecting vulnerabilities in smart contracts through property-based testing.
<br>
#### [harvey](https://consensys.net/diligence/fuzzing/)
---
### [harvey](https://consensys.net/diligence/fuzzing/)
<br>
* Automated fuzzing tool useful for detecting property violations in smart contract code.
* automated fuzzing tool useful for detecting property violations in smart contract code.
<br>
---
#### [manticore](https://github.com/trailofbits/manticore)
### [manticore](https://github.com/trailofbits/manticore)
<br>
* Dynamic symbolic execution framework for analyzing EVM bytecode.
* dynamic symbolic execution framework for analyzing EVM bytecode.
<br>
---
### cool references
<br>
* **[fuzzi defi](https://github.com/0xNazgul/fuzzydefi/tree/main)**