Skip to content

Commit bd3900c

Browse files
authored
Remove reference to ZAFL's license
Lincense changed. See AFLplusplus#2253
1 parent 31c8a05 commit bd3900c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/fuzzing_binary-only_targets.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ The following setup to use QEMU mode is recommended:
4646
`AFL_COMPCOV_LEVEL=2`), alternatively you can use FRIDA mode, just switch `-Q`
4747
with `-O` and remove the LAF instance
4848

49-
Then run as many instances as you have cores left with either -Q mode or - even
50-
better - use a binary rewriter like Dyninst, RetroWrite, ZAFL, etc.
51-
The binary rewriters all have their own advantages and caveats.
52-
ZAFL is the best but cannot be used in a business/commercial context.
49+
Then run as many instances as you have cores left with either `-Q` mode or use
50+
a static binary rewriter like Dyninst, RetroWrite, ZAFL, etc.
51+
The binary rewriters all have their own advantages and caveats, but ZAFL is a good choice.
5352

5453
If a binary rewriter works for your target then you can use afl-fuzz normally
5554
and it will have twice the speed compared to QEMU mode (but slower than QEMU

0 commit comments

Comments
 (0)