1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Teufelchen1
f7f9eddd9e fuzzing: Rename AFL flag to prevent spelling warning from AFL 2022-12-15 13:10:19 +01:00
Benjamin Valentin
ba6289ebc4 fuzzing: fix parameter for second fuzzing instance in README.md
The documentation says

> Note that you must always have one -M main instance!
> Running multiple -M instances is wasteful!

https://aflplus.plus/docs/parallel_fuzzing/#2-single-system-parallelization
2022-06-07 00:01:34 +02:00
Sören Tempel
830479ece5 fuzzing: Add some documentation on writing fuzzing applications 2020-04-17 17:11:15 +02:00
Sören Tempel
24468bead6 fuzzing: Initialize
This adds a new subdirectory called `fuzzing/` which will contain
applications for fuzzing various RIOT network modules in the future.
This subdirectory is heavily inspired by the `examples/` subdirectory.

The fuzzing applications use AFL as a fuzzer. Each application contains
Makefiles, source code, and an input corpus used by AFL to generate
input for fuzzing.
2020-04-17 17:11:15 +02:00