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`