From 4c07e37eae093687169245fd473ad01cc3a37736 Mon Sep 17 00:00:00 2001 From: Majid Salehi <64958231+pwnforce@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:48:05 +0100 Subject: Update fuzzing_binary-only_targets.md --- docs/fuzzing_binary-only_targets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/fuzzing_binary-only_targets.md') 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) -- cgit 1.4.1