From 6df415438dd79c08688426b703949709a37b3ea6 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 25 Aug 2023 14:49:57 +0200 Subject: [PATCH] Update frida_gdiplus readme (#1464) Thanks to Nuja from Awesome Fuzzing Discord --- fuzzers/frida_gdiplus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/frida_gdiplus/README.md b/fuzzers/frida_gdiplus/README.md index 8f205a2a63..7a0cdf6924 100644 --- a/fuzzers/frida_gdiplus/README.md +++ b/fuzzers/frida_gdiplus/README.md @@ -6,4 +6,4 @@ Then compile the harness `cl.exe /LD harness.cc /link /dll gdiplus.lib ole32.lib ## Run -To run the example `target\release\frida_gdiplus.exe -H harness.dll -i corpus -o output --libs-to-instrument gdi32.dll --libs-to-instrument gdi32full.dll --libs-to-instrument gdiplus.dll --libs-to-instrument WindowsCodecs.dll` +To run the example `target\release\frida_gdiplus.exe -H harness.dll -i corpus -o output --libs-to-instrument gdi32.dll --libs-to-instrument gdi32full.dll --libs-to-instrument gdiplus.dll --libs-to-instrument WindowsCodecs.dll --disable-excludes`