diff options
Diffstat (limited to 'doc/fuzzing.md')
| -rw-r--r-- | doc/fuzzing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md index a8dba5428..5f30df776 100644 --- a/doc/fuzzing.md +++ b/doc/fuzzing.md @@ -1,4 +1,4 @@ -Fuzz-testing Dogecoin Core +Fuzz-testing Discoin Core ========================== A special test harness `test_discoin_fuzzy` is provided to provide an easy @@ -20,7 +20,7 @@ export AFLPATH=$PWD Instrumentation ---------------- -To build Dogecoin Core using AFL instrumentation (this assumes that the +To build Discoin Core using AFL instrumentation (this assumes that the `AFLPATH` was set as above): ``` ./configure --disable-ccache --disable-shared --enable-tests CC=${AFLPATH}/afl-gcc CXX=${AFLPATH}/afl-g++ @@ -51,7 +51,7 @@ Example inputs for Bitcoin Core are available from: - https://download.visucore.com/bitcoin/bitcoin_fuzzy_in.tar.xz - http://strateman.ninja/fuzzing.tar.xz -Extract these (or other starting inputs) into the `inputs` directory before starting fuzzing. These will need adapting to Dogecoin before use. +Extract these (or other starting inputs) into the `inputs` directory before starting fuzzing. These will need adapting to Discoin before use. Fuzzing -------- |