Skip to content

Commit 6372148

Browse files
authored
Update README.md (#3149)
1 parent 4f5ca8f commit 6372148

File tree

1 file changed

+2
-2
lines changed
  • fuzzers/binary_only/frida_executable_libpng

1 file changed

+2
-2
lines changed

fuzzers/binary_only/frida_executable_libpng/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fuzzing libpng with frida as executale
1+
# Fuzzing libpng with frida as executable
22

33
This folder contains an example fuzzer for libpng, using LLMP for fast multi-process fuzzing and crash detection.
44
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
3333

3434
```
3535
LD_PRELOAD=./target/release/libfrida_fuzzer.so ./libpng-harness -i corpus -o out -l ./libpng-harness.so
36-
```
36+
```

0 commit comments

Comments
 (0)