diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 2 | ||||
-rw-r--r-- | docs/binaryonly_fuzzing.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index d393f92c..3b43366d 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,7 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Version ++2.52d (dev): ----------------------------- - - unicorn_mode got added - thank to domenukk for the patch! + - unicorn_mode got added - thanks to domenukk for the patch! - fix a crash in qemu_mode which also exists in stock afl - added libcompcov, a laf-intel implementation for qemu! :) see qemu_mode/libcompcov/README.libcompcov diff --git a/docs/binaryonly_fuzzing.txt b/docs/binaryonly_fuzzing.txt index fd260450..53361f5f 100644 --- a/docs/binaryonly_fuzzing.txt +++ b/docs/binaryonly_fuzzing.txt @@ -125,7 +125,7 @@ Non-AFL solutions ----------------- There are many binary-only fuzzing frameworks. Some are great for CTFs but don't -work with large binaries, other are very slow but have good path discovery, +work with large binaries, others are very slow but have good path discovery, some are very hard to set-up ... QSYM: https://github.com/sslab-gatech/qsym |