diff options
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
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 |