We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65b284 commit fdeccccCopy full SHA for fdecccc
README.md
@@ -3,20 +3,14 @@
3
[![CI][ci-shd]][ci-url]
4
[![LC][lc-shd]][lc-url]
5
6
-## Zig build of [AFLplusplus executable suite](https://github.com/AFLplusplus/AFLplusplus).
+## Zig build of [AFLplusplus project](https://github.com/AFLplusplus/AFLplusplus).
7
8
### :rocket: Usage
9
10
```sh
11
git clone https://github.com/allyourcodebase/AFLplusplus.git
12
cd AFLplusplus/
13
-zig build exes -Doptimize=ReleaseFast
14
-./zig-out/bin/afl-fuzz
15
-./zig-out/bin/afl-showmap
16
-./zig-out/bin/afl-tmin
17
-./zig-out/bin/afl-analyze
18
-./zig-out/bin/afl-gotcpu
19
-./zig-out/bin/afl-as
+zig build -Doptimize=ReleaseFast
20
```
21
22
<!-- MARKDOWN LINKS -->
0 commit comments