Skip to content

Commit 51dec99

Browse files
committed
Add fuzzer coverage resources
1 parent b86bb30 commit 51dec99

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,18 @@ git push --tags
334334
- https://github.com/google/atheris/blob/2.3.0/src/native/core.cc
335335
- https://github.com/google/atheris/blob/2.3.0/src/native/tracer.cc
336336
- https://github.com/google/atheris/blob/2.3.0/src/native/counters.cc
337+
- https://github.com/google/atheris/blob/2.3.0/src/instrument_bytecode.py
338+
- Coverage
339+
- https://calabi-yau.space/blog/sanitizer-coverage-interface.html
340+
- https://carstein.github.io/2020/05/21/writing-simple-fuzzer-4.html
341+
- https://h0mbre.github.io/Fuzzing-Like-A-Caveman-5/
342+
- https://github.com/mirrorer/afl/blob/master/docs/technical_details.txt
343+
- https://lcamtuf.coredump.cx/afl/historical_notes.txt
344+
- https://www.code-intelligence.com/blog/the-magic-behind-feedback-based-fuzzing
345+
- https://blog.includesecurity.com/2024/04/coverage-guided-fuzzing-extending-instrumentation/
346+
- https://git.sr.ht/~myrrc/ba-thesis/blob/master/thesis.pdf
347+
- https://www.politesi.polimi.it/bitstream/10589/173614/3/2021_04_Frighetto.pdf
348+
- https://wcventure.github.io/FuzzingPaper/Paper/SP18_ColLAFL.pdf
349+
- https://www.ndss-symposium.org/wp-content/uploads/2020/02/24422.pdf
350+
- https://mboehme.github.io/paper/ICSE22.pdf
351+
- https://www.usenix.org/system/files/raid2019-wang-jinghan.pdf

0 commit comments

Comments
 (0)