You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/fuzzing.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,33 +108,32 @@ Full configure that was tested on macOS Catalina with `brew` installed `llvm`:
108
108
109
109
Read the [libFuzzer documentation](https://llvm.org/docs/LibFuzzer.html) for more information. This [libFuzzer tutorial](https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md) might also be of interest.
110
110
111
-
# Fuzzing Bitcoin Core using american fuzzy lop (`afl-fuzz`)
111
+
# Fuzzing Bitcoin Core using afl++
112
112
113
113
## Quickstart guide
114
114
115
-
To quickly get started fuzzing Bitcoin Core using [`afl-fuzz`](https://github.com/google/afl):
115
+
To quickly get started fuzzing Bitcoin Core using [afl++](https://github.com/AFLplusplus/AFLplusplus):
0 commit comments