From d7abf6936c6b5797107779fc99339ac9fb78b22e Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 16 Aug 2022 09:46:11 +0200 Subject: fix afl-cmin --- afl-cmin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afl-cmin b/afl-cmin index 4e0d78df..b170667a 100755 --- a/afl-cmin +++ b/afl-cmin @@ -291,7 +291,7 @@ BEGIN { target_bin = tnew } - if (0 == system ( "grep -aq AFL_DUMP_MAP_SIZE" target_bin )) { + if (0 == system ( "grep -aq AFL_DUMP_MAP_SIZE " target_bin )) { echo "[!] Trying to obtain the map size of the target ..." get_map_size = "AFL_DUMP_MAP_SIZE=1 " target_bin get_map_size | getline mapsize -- cgit 1.4.1