mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-02 14:56:16 -04:00
organize chapters for the ongoing research, remove dead links, add new resources
This commit is contained in:
parent
1748d1ed22
commit
184e917000
98 changed files with 421 additions and 11268 deletions
|
@ -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)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue