about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMajid Salehi <64958231+pwnforce@users.noreply.github.com>2022-01-13 14:48:05 +0100
committerGitHub <noreply@github.com>2022-01-13 14:48:05 +0100
commit4c07e37eae093687169245fd473ad01cc3a37736 (patch)
tree1799a2c3ac6a3fd260ccb90039edff9bf65c0079
parent2342c85db4669c1d130249dcc4f68a7db9d68ff1 (diff)
downloadafl++-4c07e37eae093687169245fd473ad01cc3a37736.tar.gz
Update fuzzing_binary-only_targets.md
-rw-r--r--docs/fuzzing_binary-only_targets.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md
index 874cf068..32e6c6c2 100644
--- a/docs/fuzzing_binary-only_targets.md
+++ b/docs/fuzzing_binary-only_targets.md
@@ -204,9 +204,9 @@ is compiled with position independent code (PIC/PIE), and does not contain C++ e
 then the RetroWrite solution might be for you. It decompiles to ASM files which
 can then be instrumented with afl-gcc.
 
-Binaries that are statically instrumented for fuzzing using RetroWrite are identical
+Binaries that are statically instrumented for fuzzing using RetroWrite are close
 in performance to compiler-instrumented binaries and outperform 
-the QEMU-based instrumentation by 4.5x.
+the QEMU-based instrumentation.
 
 [https://github.com/HexHive/retrowrite](https://github.com/HexHive/retrowrite)