Fuzzing with libFuzzer Blog:
https://theyoge.notion.site/Fuzzing-with-libFuzzer-dc9f690842294b338ed5796f69489e19
Libfuzzer:
https://llvm.org/docs/LibFuzzer.html https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md https://source.android.com/docs/security/test/libfuzzer
AFL++:
https://github.com/AFLplusplus/AFLplusplus
Radamsa - for test corpus generation: https://gitlab.com/akihe/radamsa
KLEE - Symbolic execution fuzzing: https://github.com/raminfp/symbolic_execution_fuzzing