Update README.md (#3149)

This commit is contained in:
Dominik Maier 2025-04-10 02:21:17 +02:00 committed by GitHub
parent 4f5ca8f8e2
commit 6372148149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```
```