diff options
author | van Hauser <vh@thc.org> | 2021-04-19 10:33:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 10:33:23 +0200 |
commit | b41ea92a679504342bdae2e37b54737a03fb046a (patch) | |
tree | bb98844c82c97d2b2cae8f07e341606b0e745496 | |
parent | 70bf4b4ab03283897d37895cae2c7bc74b93ab8e (diff) | |
parent | 2bd7206ec561207ad37687a7aed5c0eb323c9fd8 (diff) | |
download | afl++-b41ea92a679504342bdae2e37b54737a03fb046a.tar.gz |
Merge pull request #883 from veritas501/fix-typo
fix-typo
-rw-r--r-- | qemu_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index a14cbe64..4aa2133e 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -141,7 +141,7 @@ To enable it you must pass on the command line of afl-fuzz: ## 9) Wine mode -AFL++ QEMU can use Wine to fuzz WIn32 PE binaries. Use the -W flag of afl-fuzz. +AFL++ QEMU can use Wine to fuzz Win32 PE binaries. Use the -W flag of afl-fuzz. Note that some binaries require user interaction with the GUI and must be patched. |