diff options
| author | van Hauser <vh@thc.org> | 2020-05-27 11:24:09 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-05-27 11:24:09 +0200 |
| commit | 434ccf3df4760019cb87ceb11087d3440dc5a4ab (patch) | |
| tree | ad4f038bd261b823697b0f98ed121b2d3a8b642f /unicorn_mode | |
| parent | b81df11d8a0dad4381e644b04afa1a38413ff833 (diff) | |
| download | afl++-434ccf3df4760019cb87ceb11087d3440dc5a4ab.tar.gz | |
allow for copy paste from documentation
Diffstat (limited to 'unicorn_mode')
| -rw-r--r-- | unicorn_mode/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md index 86683839..f6bd4d12 100644 --- a/unicorn_mode/README.md +++ b/unicorn_mode/README.md @@ -29,8 +29,8 @@ Once that completes successfully you need to build and add in the Unicorn Mode features: ``` -$ cd unicorn_mode -$ ./build_unicorn_support.sh +cd unicorn_mode +./build_unicorn_support.sh ``` NOTE: This script checks out a Unicorn Engine fork as submodule that has been tested @@ -71,7 +71,7 @@ Once you have all those things ready to go you just need to run afl-fuzz in 'unicorn-mode' by passing in the '-U' flag: ``` -$ afl-fuzz -U -m none -i /path/to/inputs -o /path/to/results -- ./test_harness @@ +afl-fuzz -U -m none -i /path/to/inputs -o /path/to/results -- ./test_harness @@ ``` The normal afl-fuzz command line format applies to everything here. Refer to |
