about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMajid Salehi <64958231+pwnforce@users.noreply.github.com>2022-01-11 17:42:38 +0100
committerGitHub <noreply@github.com>2022-01-11 17:42:38 +0100
commit091fa09e5eb8b69108933bac268fbc214cb49a65 (patch)
tree702fd00a1dea1bebb5927dfefe6213d73c604586
parent9242e0db8ac8a0e82d78432af389108e74700f00 (diff)
downloadafl++-091fa09e5eb8b69108933bac268fbc214cb49a65.tar.gz
Update fuzzing_binary-only_targets.md
Fixing some parts in the description of Retrowrite.
-rw-r--r--docs/fuzzing_binary-only_targets.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md
index 855d7756..3d3e0ddb 100644
--- a/docs/fuzzing_binary-only_targets.md
+++ b/docs/fuzzing_binary-only_targets.md
@@ -198,8 +198,8 @@ afl-clang-fast's.
 
 ### RetroWrite
 
-If you have an x86/x86_64 binary that still has its symbols, is compiled with
-position independent code (PIC/PIE), and does not use most of the C++ features,
+If you have an x86_64 binary that still has its symbols (i.e., not stripped binary), is compiled with
+position independent code (PIC/PIE), and does not contain C++ exceptions,
 then the RetroWrite solution might be for you. It decompiles to ASM files which
 can then be instrumented with afl-gcc.
 
@@ -302,4 +302,4 @@ some are very hard to set-up...
 
 ## Closing words
 
-That's it! News, corrections, updates? Send an email to vh@thc.org.
\ No newline at end of file
+That's it! News, corrections, updates? Send an email to vh@thc.org.