From f772d49faf43ab398f96fdd59dbe6de32de3c346 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 4 Feb 2020 15:11:52 +0100 Subject: Back to single harness --- unicorn_mode/samples/c/harness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unicorn_mode/samples/c') 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) { -- cgit 1.4.1