about summary refs log tree commit diff
path: root/docs/fuzzing_binary-only_targets.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:38:00 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:38:00 +0100
commitbcd81c377d22cf26812127881a8ac15ed9c022ad (patch)
treee39d9211b49416cf987ea8fbe80597deb9226ccb /docs/fuzzing_binary-only_targets.md
parent13eedcd5e8128419ae1b3e04d56a775eeea6f471 (diff)
downloadafl++-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.md6
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++,