diff options
author | van Hauser <vh@thc.org> | 2018-03-20 03:23:02 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-03-20 03:23:02 +0100 |
commit | 4ee373879784e77a815de8d2fc60d5a748252704 (patch) | |
tree | 35cc156b6129c178c234be487cdd597f205d8d25 /README.txt | |
parent | 6f04830391a0e66068f726648aed29703d63c425 (diff) | |
download | afl-dyninst-4ee373879784e77a815de8d2fc60d5a748252704.tar.gz |
typo
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 12ebb2c..24081a4 100644 --- a/README.txt +++ b/README.txt @@ -46,7 +46,7 @@ when reached. This can speed up the fuzzing tremendously. Switch -s instructs afl-dyninst to skip the first <number> of basic blocks. Currently, it is used to work around a bug in Dyninst but doubles as an optimization option, as skipping the basic blocks -of the initialization rutines makes things run faster. If the instrumented +of the initialization routines makes things run faster. If the instrumented binary is crashing by itself, try skiping a number of blocks. Switch -r allows you to specify a path to the library that is loaded |