fix-typo: "WIn32" -> "Win32"

This commit is contained in:
veritas501
2021-04-19 10:49:28 +08:00
parent f7179e44f6
commit 2bd7206ec5

View File

@ -141,7 +141,7 @@ To enable it you must pass on the command line of afl-fuzz:
## 9) Wine mode ## 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. Note that some binaries require user interaction with the GUI and must be patched.