From 63721481495b57f4b8d1c3b0088502fe7ce065b0 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 10 Apr 2025 02:21:17 +0200 Subject: [PATCH] Update README.md (#3149) --- fuzzers/binary_only/frida_executable_libpng/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/binary_only/frida_executable_libpng/README.md b/fuzzers/binary_only/frida_executable_libpng/README.md index cd2dd52d06..d412203c37 100644 --- a/fuzzers/binary_only/frida_executable_libpng/README.md +++ b/fuzzers/binary_only/frida_executable_libpng/README.md @@ -1,4 +1,4 @@ -# Fuzzing libpng with frida as executale +# Fuzzing libpng with frida as executable This folder contains an example fuzzer for libpng, using LLMP for fast multi-process fuzzing and crash detection. To show off crash detection, we added a ud2 instruction to the harness, edit harness.cc if you want a non-crashing example. @@ -33,4 +33,4 @@ After building the libpng-harness, you can run `find . -name libpng-harness` to ``` LD_PRELOAD=./target/release/libfrida_fuzzer.so ./libpng-harness -i corpus -o out -l ./libpng-harness.so -``` \ No newline at end of file +```