File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,23 @@ Create and deploy your **smart contracts** using these Rust-inspired platforms/l
119
119
120
120
** Testing&Fuzzing**
121
121
122
+ ### Generic fuzzing
123
+
124
+ - [ Rust Fuzz book] ( https://rust-fuzz.github.io/book/ ) - intro to fuzzing in Rust with libfuzzer and afl++
125
+ - [ HonggFuzz crate] ( https://docs.rs/honggfuzz/latest/honggfuzz/ ) - Rust crate for honggfuzz
126
+ - [ Cargo Fuzz] ( https://docs.rs/honggfuzz/latest/honggfuzz/ ) - cargo tooling for libFuzzer
127
+ - [ Fzero-Fuzzer] ( https://github.com/FuzzingLabs/fzero_fuzzer ) - grammar-based fuzzer for Rust
128
+ - [ WASMRuntimeFuzz] ( https://github.com/FuzzingLabs/wasm_runtimes_fuzzing ) - WebAssembly Runtimes fuzzing
129
+ - [ Cairo-Fuzzer] ( https://github.com/FuzzingLabs/cairo-fuzzer ) - smart contracts fuzzer for Cairo by Fuzzing Labs
130
+
131
+ ### Blockchain fuzzing
132
+
122
133
- [ Foundry 2.0] ( https://github.com/foundry-rs/foundry ) - modular toolkit for ethereum development and testing
123
134
- [ Circomspect] ( https://github.com/trailofbits/circomspect ) - static analyzer for Circom ZK framework
135
+
136
+ ### Static Analyzers
137
+
124
138
- [ Caracal] ( https://github.com/crytic/caracal ) - static analyzer for Starknet smart contracts
125
- - [ Cairo-Fuzzer] ( https://github.com/FuzzingLabs/cairo-fuzzer ) - smart contracts fuzzer for Cairo by Fuzzing Labs
126
- - [ Fzero-Fuzzer] ( https://github.com/FuzzingLabs/fzero_fuzzer ) - grammar-based fuzzer for Rust
127
- - [ WASMRuntimeFuzz] ( https://github.com/FuzzingLabs/wasm_runtimes_fuzzing ) - WebAssembly Runtimes fuzzing
128
139
- [ Dylint] ( https://github.com/trailofbits/dylint/tree/master ) - Static Analysis tool
129
140
130
141
You can’t perform that action at this time.
0 commit comments