This commit is contained in:
Bruno Garcia 2025-04-29 11:53:13 +02:00 committed by GitHub
commit d8ea264700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,6 +225,8 @@ $ cmake -B build_fuzz \
$ cmake --build build_fuzz
# For macOS you may need to ignore x86 compilation checks when running "cmake --build". If so,
# try compiling using: AFL_NO_X86=1 cmake --build build_fuzz
# Also, it might be required to run "afl-system-config" to adjust the shared
# memory parameters.
$ mkdir -p inputs/ outputs/
$ echo A > inputs/thin-air-input
$ FUZZ=bech32 ./AFLplusplus/afl-fuzz -i inputs/ -o outputs/ -- build_fuzz/bin/fuzz