diff options
author | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-28 11:00:14 +0100 |
---|---|---|
committer | Maciej Domanski <maciej.domanski@trailofbits.com> | 2022-12-28 11:00:14 +0100 |
commit | 5670c847bd2cc619a9d4a11e9f7ccb1f4004a0b0 (patch) | |
tree | 5e619881001975210f860ceae8d42f8fd0e4786d | |
parent | 99c67defb4414c1f207123e2930d0500d338c6b8 (diff) | |
download | afl++-5670c847bd2cc619a9d4a11e9f7ccb1f4004a0b0.tar.gz |
readme update
-rw-r--r-- | utils/argv_fuzzing/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/argv_fuzzing/README.md b/utils/argv_fuzzing/README.md index 14fe5e2d..a085c098 100644 --- a/utils/argv_fuzzing/README.md +++ b/utils/argv_fuzzing/README.md @@ -1,7 +1,7 @@ # argv_fuzzing feature -AFL++ supports fuzzing file inputs or stdin. The argv_fuzzing feature +AFL++ supports fuzzing file inputs or standard input. The argv_fuzzing feature allows for the fuzzing of arguments passed to a program from the command line -interface rather than from standard input. +interface rather than from STDIN. ## With source code When the source code is available, a specific macro from the `argv-fuzz-inl.h` |