Skip to content

Commit

Permalink
bump WINAFL_VERSION to indicate support for TinyInst
Browse files Browse the repository at this point in the history
Add `-y` option to usage message
  • Loading branch information
goldstar611 committed Sep 1, 2023
1 parent 31cac3d commit c7cd5ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion afl-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#pragma comment(lib, "pdh.lib")

#define VERSION "2.43b"
#define WINAFL_VERSION "1.16b"
#define WINAFL_VERSION "1.17"

#include "config.h"
#include "types.h"
Expand Down Expand Up @@ -7489,6 +7489,7 @@ static void usage(u8* argv0) {
" -D dir - directory with DynamoRIO binaries (drrun, drconfig)\n"
" -w winafl - Path to winafl.dll\n"
" -P - use Intel PT tracing mode\n"
" -y - use TinyInst tracing mode\n"
" -Y - enable the static instrumentation mode\n\n"

"Execution control settings:\n\n"
Expand Down

0 comments on commit c7cd5ba

Please sign in to comment.