From a063cf6b31d5bc6bc2402f14fe137fdb37a5d86f Mon Sep 17 00:00:00 2001 From: Jora Troosh Date: Tue, 23 Jul 2024 09:57:01 +0300 Subject: [PATCH] style: update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef53041..f389548 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ## Zig build of [AFLplusplus project](https://github.com/AFLplusplus/AFLplusplus). -### Dependencies +### :arrow_down: Dependencies + Requires a build of LLVM. You can either get one from your favorite package manager, or [build it yourself](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source). ### :rocket: Usage @@ -17,9 +18,9 @@ cd AFLplusplus/ zig build ``` -### Building instrumented executables +### :100: Easy Source Fuzzing with AFL++ -For help building instrumented executables, see [kristoff-it/zig-afl-kit](https://github.com/kristoff-it/zig-afl-kit). +For help fuzzing your executables, see [kristoff-it/zig-afl-kit](https://github.com/kristoff-it/zig-afl-kit).