Skip to content

Commit

Permalink
Merge pull request #413 from goldstar611/usage_message_updates
Browse files Browse the repository at this point in the history
Update help / usage message
  • Loading branch information
ifratric committed Sep 4, 2023
2 parents 31cac3d + c7cd5ba commit 38297ef
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 38297ef

Please sign in to comment.