From d71e87c988c66718df1a5e6110fad569e75c97b8 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 6 Oct 2022 17:44:24 +0200 Subject: [PATCH] Added Hacking TMNF blogpost to Resources (#819) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2e98fa509..627120e9b4 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ The best-tested fuzzer is [`./fuzzers/libfuzzer_libpng`](./fuzzers/libfuzzer_lib + The Fuzzing101 [solutions](https://github.com/epi052/fuzzing-101-solutions) & series of [blog posts](https://epi052.gitlab.io/notes-to-self/blog/2021-11-01-fuzzing-101-with-libafl/) by [epi](https://github.com/epi052) ++ Blogpost on binary-only fuzzing lib libaf_qemu, [Hacking TMNF - Fuzzing the game server](https://blog.bricked.tech/posts/tmnf/part1/), by [RickdeJager](https://github.com/RickdeJager). + ## Contributing For bugs, feel free to open issues or contact us directly. Thank you for your support. <3