diff options
author | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-28 09:48:10 +0100 |
---|---|---|
committer | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-28 09:48:10 +0100 |
commit | c0c985a2781f84313db80eea3662ec88fb264292 (patch) | |
tree | 6c7a57bf0e1adf7f3c4b27e4343f919d668325b7 /utils/argv_fuzzing/argv-fuzz-inl.h | |
parent | f28f6adbce0b803b80938518ca9c559e428ef9cf (diff) | |
download | afl++-c0c985a2781f84313db80eea3662ec88fb264292.tar.gz |
minor changes
Diffstat (limited to 'utils/argv_fuzzing/argv-fuzz-inl.h')
-rw-r--r-- | utils/argv_fuzzing/argv-fuzz-inl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/argv_fuzzing/argv-fuzz-inl.h b/utils/argv_fuzzing/argv-fuzz-inl.h index abe86d3c..cb0af2bc 100644 --- a/utils/argv_fuzzing/argv-fuzz-inl.h +++ b/utils/argv_fuzzing/argv-fuzz-inl.h @@ -31,7 +31,8 @@ To enable persistent fuzzing, use the AFL_INIT_ARGV_PERSISTENT macro with buf as argument, or use AFL_INIT_SET0_PERSISTENT("prog_name", buf) - to preserver argv[0]. buf should be defined as: + to preserver argv[0]. buf is a pointer to a buffer containing + the input data for the current test case being processed defined as: unsigned char *buf = __AFL_FUZZ_TESTCASE_BUF; */ |