aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin.bash
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-19 02:09:24 +0100
committerhexcoder- <heiko@hexco.de>2020-02-19 02:09:24 +0100
commit16a7e4ae681c45aadbba15bd32e7e1b5aeba2226 (patch)
tree83bf418ffb0b75de1151f02e545abc0acd0f1e10 /afl-cmin.bash
parentbe5032f49eb27323d7047868a4ed592583497084 (diff)
downloadAFLplusplus-16a7e4ae681c45aadbba15bd32e7e1b5aeba2226.tar.gz
fix deviations between afl-cmin.bash and afl-cmin (issue #168)
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-xafl-cmin.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash
index 1dd782d8..94c02fda 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -435,7 +435,7 @@ touch "$TRACE_DIR/.already_have"
while read -r cnt tuple; do
CUR=$((CUR+1))
- printf "\\r Processing tuple $CUR/$TUPLE_COUNT... "
+ printf "\\r Processing tuple $CUR/$TUPLE_COUNT with count $cnt... "
# If we already have this tuple, skip it.
@@ -443,6 +443,7 @@ while read -r cnt tuple; do
FN=${BEST_FILE[tuple]}
+# echo "tuple nr $CUR ($tuple cnt=$cnt) -> $FN" >> "$TRACE_DIR/.log"
$CP_TOOL "$IN_DIR/$FN" "$OUT_DIR/$FN"
if [ "$((CUR % 5))" = "0" ]; then