From 2bd7206ec561207ad37687a7aed5c0eb323c9fd8 Mon Sep 17 00:00:00 2001 From: veritas501 Date: Mon, 19 Apr 2021 10:49:28 +0800 Subject: [PATCH] fix-typo: "WIn32" -> "Win32" --- qemu_mode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.