diff options
author | Jesse Schwartzentruber <truber@mozilla.com> | 2023-08-04 15:29:10 -0400 |
---|---|---|
committer | Jesse Schwartzentruber <truber@mozilla.com> | 2023-08-04 15:39:57 -0400 |
commit | 247d8539feb0dee3eab80586ee4e32292dc7ca78 (patch) | |
tree | bffd39d824f9197b34d739a63033a6b919faefce /src/afl-fuzz.c | |
parent | 738a6c07311a41515146c3adab04bce9336a160c (diff) | |
download | afl++-247d8539feb0dee3eab80586ee4e32292dc7ca78.tar.gz |
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 3d7adf41..e1f93f0d 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -303,6 +303,7 @@ static void usage(u8 *argv0, int more_help) { " Increase this value in case the crash reports are truncated.\n" " Default value is 4096.\n" "AFL_NYX_DISABLE_SNAPSHOT_MODE: disable snapshot mode (must be supported by the agent)\n" + "AFL_NYX_LOG: output NYX hprintf messages to another file\n" "AFL_NYX_REUSE_SNAPSHOT: reuse an existing Nyx root snapshot\n" DYN_COLOR |