mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
fuzz: doc: add info about afl-system-config
for macOS
This commit is contained in:
parent
3358b1d105
commit
6e026606f3
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,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
|
||||
|
|
Loading…
Add table
Reference in a new issue