Skip to content

Commit bd64e67

Browse files
improve clarity in fuzzing technique description
1 parent 1435460 commit bd64e67

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/how-to-use-echidna-to-test-smart-contracts

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/how-to-use-echidna-to-test-smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Echidna is a property-based fuzzer, we described in our previous blogposts ([1](
4040

4141
### Fuzzing {#fuzzing}
4242

43-
[Fuzzing](https://wikipedia.org/wiki/Fuzzing) is a well-known technique in the security community. It consists to generate more or less randomly inputs to find bugs in the program. Fuzzers for traditional software (such as [AFL](http://lcamtuf.coredump.cx/afl/) or [LibFuzzer](https://llvm.org/docs/LibFuzzer.html)) are known to be efficient tools to find bugs.
43+
[Fuzzing](https://wikipedia.org/wiki/Fuzzing) is a well-known technique in the security community. It consists of generating inputs that are more or less random to find bugs in the program. Fuzzers for traditional software (such as [AFL](http://lcamtuf.coredump.cx/afl/) or [LibFuzzer](https://llvm.org/docs/LibFuzzer.html)) are known to be efficient tools to find bugs.
4444

4545
Beyond the purely random generation of inputs, there are many techniques and strategies to generate good inputs, including:
4646

0 commit comments

Comments
 (0)