diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
| commit | d9e39be4e8dd0242877412d1a17589acc825292e (patch) | |
| tree | 5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /docs/fuzzing_binary-only_targets.md | |
| parent | ca7144161f900a0f5c8b76922a0102fbcc291f2c (diff) | |
| download | afl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz | |
Remove the word "simply"
Diffstat (limited to 'docs/fuzzing_binary-only_targets.md')
| -rw-r--r-- | docs/fuzzing_binary-only_targets.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md index 290c9bec..2d57d0dc 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -129,8 +129,7 @@ Unicorn is a fork of QEMU. The instrumentation is, therefore, very similar. In contrast to QEMU, Unicorn does not offer a full system or even userland emulation. Runtime environment and/or loaders have to be written from scratch, if needed. On top, block chaining has been removed. This means the speed boost -introduced in the patched QEMU Mode of AFL++ cannot simply be ported over to -Unicorn. +introduced in the patched QEMU Mode of AFL++ cannot be ported over to Unicorn. For non-Linux binaries, you can use AFL++'s unicorn_mode which can emulate anything you want - for the price of speed and user written scripts. |
