Skip to content

Commit

Permalink
style: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 23, 2024
1 parent b60b660 commit a063cf6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

<!-- MARKDOWN LINKS -->

Expand Down

0 comments on commit a063cf6

Please sign in to comment.