Update ideas.md

Hey, I noticed there was a spelling error in above documentation for GSOC '21. I have corrected it, you can have a look at it if you want.
This commit is contained in:
Ujjwal Kirti
2021-04-09 17:09:53 +05:30
committed by GitHub
parent c19d1f0c75
commit ef33193d77

View File

@ -16,7 +16,7 @@ This might look like the afl-fuzz UI, but you can improve on it - and should!
Schedulers is a mechanism that selects items from the fuzzing corpus based Schedulers is a mechanism that selects items from the fuzzing corpus based
on strategy and randomness. One scheduler might focus on long paths, on strategy and randomness. One scheduler might focus on long paths,
another on rarity of edges disocvered, still another on a combination on another on rarity of edges discovered, still another on a combination on
things. Some of the schedulers in afl++ have to be ported, but you are free things. Some of the schedulers in afl++ have to be ported, but you are free
to come up with your own if you want to - and see how it performs. to come up with your own if you want to - and see how it performs.