Commit Diff


commit - bab5b5bb7d5a0c45dfe9511991dd16e945302460
commit + e98f72d243e2282b604cc7ab54c88d9c647660b7
blob - 20c77284ab28d3b4f5e0efef87e15deaa5c24d3f
blob + ebb4586808336ab6a58d3b3f5e816e5065bf6ff5
--- toy-projects.md
+++ toy-projects.md
@@ -32,4 +32,5 @@
 
 - Build simple fuzzer: [part 1](https://carstein.github.io/2020/04/18/writing-simple-fuzzer-1.html), [part 2](https://carstein.github.io/2020/04/25/writing-simple-fuzzer-2.html), [part 3](https://carstein.github.io/2020/05/02/writing-simple-fuzzer-3.html), [part 4](https://carstein.github.io/2020/05/21/writing-simple-fuzzer-4.html), [part 5](https://carstein.github.io/2021/03/13/build-your-own-fuzzer-5.html), [part 6](https://carstein.github.io/2023/10/01/build-simple-fuzzer-part-6.html).
 - Minimal symbolic model checker & fuzzer - https://github.com/xiw/mini-mc
-- A very minimal implementation of the core idea of Hypothesis, https://github.com/DRMacIver/minithesis
\ No newline at end of file
+- A very minimal implementation of the core idea of Hypothesis, https://github.com/DRMacIver/minithesis
+- [Writing the Fuzzer](https://epi052.gitlab.io/notes-to-self/blog/2021-11-26-fuzzing-101-with-libafl-part-4/#writing-the-fuzzer)
\ No newline at end of file