diff options
author | van Hauser <vh@thc.org> | 2019-09-20 14:49:36 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-20 14:49:36 +0200 |
commit | 77f20d8e4d855fa9585e786ad879aeebdb3fb5d0 (patch) | |
tree | f703fcf5502e8b43a4825dfe16c198b3d8d14423 | |
parent | 36f57409d91da724b2a2e68d3c5d47ee93518931 (diff) | |
download | afl-dyninst-77f20d8e4d855fa9585e786ad879aeebdb3fb5d0.tar.gz |
update documenation
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 88522aa..8c95f2c 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ things are not working anymore. Problem 1: The binary does not work (crashes or hangs) Solution: increase the -m parameter. -m 8 is the minimum recommended, on some targets -m 16 is required etc. + You can also try to remove -x performance enhancers. Problem 2: Basically every fuzzing test case is reported as crash although it does not when running it from the command line |