commit 42520ec5168b370e5b2a2633a5df3b2d4e7c05ea parent 00f39010f95af12cfbcae74a2858e985ed2daeb6 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 28 Jun 2021 12:06:24 +0200 Update readme Diffstat:
| M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -14,12 +14,16 @@ After that the binary needs to be compiled. AFL needs extra flags so you should cargo afl build ``` +In case you want to run another fuzz target add `--bin <target binary name>` to compile it. + After that you can start fuzzing by doing: ``` cargo afl fuzz -i in/main -o out target/debug/matrix-rust-sdk-fuzz-target ``` +To run other fuzzers make sure to change the in accordingly and use a different out folder. Also remember to use the correct binary. + ## Learn more Check out https://rust-fuzz.github.io/book/afl/tutorial.html for some more information \ No newline at end of file