diff options
author | van Hauser <vh@thc.org> | 2021-03-10 15:45:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 15:45:14 +0100 |
commit | 2d92bb483ec3a3c0c30d568b432d15e971fc7015 (patch) | |
tree | 5066235cea9d80c5996ab44fa2f6eaddb5656f43 /docs/ideas.md | |
parent | 976cb3e36c130dc31fb189e9bb4f036730fca7ee (diff) | |
parent | 071edb1a2ddcf787680ca5096ddc1d6e28addd0b (diff) | |
download | afl++-2d92bb483ec3a3c0c30d568b432d15e971fc7015.tar.gz |
Merge pull request #786 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/ideas.md')
-rw-r--r-- | docs/ideas.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index 08cb16ef..0130cf61 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -35,7 +35,9 @@ and documents something about it. In traditional fuzzing this is the coverage in the target, however we want to add various more observers, e.g. stack depth, heap usage, etc. - this is a topic for an experienced Rust developer. -# Generic ideas and wishlist +# Generic ideas and wishlist - NOT PART OF GSoC 2021 ! + +The below list is not part of GSoC 2021. ## Analysis software |