Skip to content

Commit 61ea5f3

Browse files
committed
fuzz: doc: add info about afl-system-config for macOS
1 parent c5e44a0 commit 61ea5f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/fuzzing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ $ cmake -B build_fuzz \
225225
$ cmake --build build_fuzz
226226
# For macOS you may need to ignore x86 compilation checks when running "cmake --build". If so,
227227
# try compiling using: AFL_NO_X86=1 cmake --build build_fuzz
228+
# Also, it might be required to run "afl-system-config" to adjust the shared
229+
# memory parameters.
228230
$ mkdir -p inputs/ outputs/
229231
$ echo A > inputs/thin-air-input
230232
$ FUZZ=bech32 ./AFLplusplus/afl-fuzz -i inputs/ -o outputs/ -- build_fuzz/bin/fuzz

0 commit comments

Comments
 (0)