From c2db7ad1623fceb047b3a22e51e0a91750ffc312 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Thu, 7 Dec 2023 13:54:56 +0100 Subject: [PATCH] Add Resource (#1718) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35ac1976c0..0765abd1e6 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ The best-tested fuzzer is [`./fuzzers/libfuzzer_libpng`](./fuzzers/libfuzzer_lib + 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). ++ [A LibAFL Introductory Workshop](https://www.atredis.com/blog/2023/12/4/a-libafl-introductory-workshop), by [Jordan Whitehead](https://github.com/jordan9001) + ## Contributing For bugs, feel free to open issues or contact us directly. Thank you for your support. <3