diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-04 19:44:12 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-04 19:44:12 +0200 |
commit | 3ab18d286142e2e19e37850c051e0b07b9d7b296 (patch) | |
tree | 0d717ef99fab4e30bb31e7a1af0623f929037509 /src/afl-fuzz-stats.c | |
parent | 2bff92c603463410fa0f97e7c4db7eb14c45e5ed (diff) | |
download | afl++-3ab18d286142e2e19e37850c051e0b07b9d7b296.tar.gz |
mode switch
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 25ebe987..de48e10a 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -1282,7 +1282,10 @@ void show_stats_normal(afl_state_t *afl) { } /* Last line */ - SAYF(SET_G1 "\n" bSTG bLB bH30 bH20 bH2 bRB bSTOP cRST RESET_G1); + + SAYF(SET_G1 "\n" bSTG bLB bH cCYA bSTOP + " strategy:%s %s " bSTG bH20 bH10 bH2 bRB bSTOP cRST RESET_G1, + cPIN, afl->fuzz_mode == 0 ? "explore" : "exploit"); #undef IB |