From d3d0682310b840b027083133837bcd9be0638281 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 19 Aug 2019 12:54:55 +0200 Subject: seperated the forkserver from afl-fuzz and afl-tmin --- afl-common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'afl-common.c') diff --git a/afl-common.c b/afl-common.c index 5e2d0628..f3bbdfb4 100644 --- a/afl-common.c +++ b/afl-common.c @@ -15,6 +15,8 @@ #ifndef __glibc__ #include #endif + + void detect_file_args(char** argv, u8* prog_in) { u32 i = 0; -- cgit 1.4.1