From 81c79bb1565293c9fa34e1507ff4e1de205325d0 Mon Sep 17 00:00:00 2001 From: 0xb-s <145866191+0xb-s@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:27:10 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8af58c..647963e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Documentation](https://img.shields.io/badge/Documentation-mdBook-blue)](https://0xb-s.github.io/fuzzer/) # Fuzzer This project is designed for both synchronous and asynchronous target functions. It allows developers to automatically generate and test various inputs for functions, uncovering potential crashes, bugs, or unexpected behavior.