diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
commit | bcd81c377d22cf26812127881a8ac15ed9c022ad (patch) | |
tree | e39d9211b49416cf987ea8fbe80597deb9226ccb /docs/fuzzing_binary-only_targets.md | |
parent | 13eedcd5e8128419ae1b3e04d56a775eeea6f471 (diff) | |
download | afl++-bcd81c377d22cf26812127881a8ac15ed9c022ad.tar.gz |
Fix line length and formatting
Diffstat (limited to 'docs/fuzzing_binary-only_targets.md')
-rw-r--r-- | docs/fuzzing_binary-only_targets.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md index a786fd8b..b3d9ca02 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -84,7 +84,8 @@ Wine, python3, and the pefile python package installed. It is included in AFL++. -For more information, see [qemu_mode/README.wine.md](../qemu_mode/README.wine.md). +For more information, see +[qemu_mode/README.wine.md](../qemu_mode/README.wine.md). ### Frida_mode @@ -169,7 +170,8 @@ Fore more information, see ## Binary rewriters -An alternative solution are binary rewriters. They are faster then the solutions native to AFL++ but don't always work. +An alternative solution are binary rewriters. They are faster then the solutions +native to AFL++ but don't always work. ### ZAFL ZAFL is a static rewriting platform supporting x86-64 C/C++, |