about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-02-04 15:11:52 +0100
committerDominik Maier <domenukk@gmail.com>2020-02-04 18:31:55 +0100
commitf772d49faf43ab398f96fdd59dbe6de32de3c346 (patch)
tree0c6346687bbebfc02e00898a839b4f20dbc3f5c4
parent5fa62e40b197d751dca429dfa3ecef737daabcbc (diff)
downloadafl++-f772d49faf43ab398f96fdd59dbe6de32de3c346.tar.gz
Back to single harness
-rw-r--r--unicorn_mode/samples/c/harness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/c/harness.c b/unicorn_mode/samples/c/harness.c
index 31416ae2..fd2da68b 100644
--- a/unicorn_mode/samples/c/harness.c
+++ b/unicorn_mode/samples/c/harness.c
@@ -247,7 +247,7 @@ int main(int argc, char **argv, char **envp) {
         1,  // Count of end addresses
         NULL, // Optional calback to run after each exec
         false, // true, if the optional callback should be run also for non-crashes
-        100, // For persistent mode: How many rounds to run
+        1, // For persistent mode: How many rounds to run
         NULL // additional data pointer
     );
     switch(afl_ret) {