We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
afl-system-config
1 parent c5e44a0 commit 61ea5f3Copy full SHA for 61ea5f3
doc/fuzzing.md
@@ -225,6 +225,8 @@ $ cmake -B build_fuzz \
225
$ cmake --build build_fuzz
226
# For macOS you may need to ignore x86 compilation checks when running "cmake --build". If so,
227
# 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.
230
$ mkdir -p inputs/ outputs/
231
$ echo A > inputs/thin-air-input
232
$ FUZZ=bech32 ./AFLplusplus/afl-fuzz -i inputs/ -o outputs/ -- build_fuzz/bin/fuzz
0 commit comments