Skip to content

Commit fdecccc

Browse files
committed
feat: add executable and library utility suites
1 parent f65b284 commit fdecccc

File tree

3 files changed

+276
-46
lines changed

3 files changed

+276
-46
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@
33
[![CI][ci-shd]][ci-url]
44
[![LC][lc-shd]][lc-url]
55

6-
## Zig build of [AFLplusplus executable suite](https://github.com/AFLplusplus/AFLplusplus).
6+
## Zig build of [AFLplusplus project](https://github.com/AFLplusplus/AFLplusplus).
77

88
### :rocket: Usage
99

1010
```sh
1111
git clone https://github.com/allyourcodebase/AFLplusplus.git
1212
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
13+
zig build -Doptimize=ReleaseFast
2014
```
2115

2216
<!-- MARKDOWN LINKS -->

0 commit comments

Comments
 (0)