diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-04-30 12:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 12:02:26 +0200 |
commit | 758bc770a8f2a35e1ec142f9564f2aeac3ce33bc (patch) | |
tree | 0f9542781d57662fff5771dbe7b1c0fface5b498 | |
parent | caf282040ffe45509b7cb37cc7c087c22bfdf034 (diff) | |
download | afl++-758bc770a8f2a35e1ec142f9564f2aeac3ce33bc.tar.gz |
typos
-rw-r--r-- | frida_mode/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md index 0d655d0f..ddba6928 100644 --- a/frida_mode/README.md +++ b/frida_mode/README.md @@ -68,7 +68,7 @@ following options are currently supported. Additionally, the intention is to be able to make a direct performance comparison between the two approaches. Accordingly, FRIDA mode includes various -tests target based on the [libpng](https://libpng.sourceforge.io/) benchmark used by +test targets based on the [libpng](https://libpng.sourceforge.io/) benchmark used by [fuzzbench](https://google.github.io/fuzzbench/) and integrated with the [StandaloneFuzzTargetMain](https://raw.githubusercontent.com/llvm/llvm-project/main/compiler-rt/lib/fuzzer/standalone/StandaloneFuzzTargetMain.c) from the llvm project. These tests include basic fork-server support, persistent mode @@ -112,9 +112,9 @@ to push and pop the full register context. Note that since this instrumentation is used on every basic block to generate coverage, it has a large impact on performance. -CompLog support also adds code to the assembly, however, at present this code +CmpLog support also adds code to the assembly, however, at present this code makes use of a basic C function and is yet to be optimized. Since not all -instances run CompLog mode and instrumentation of the binary is less frequent +instances run CmpLog mode and instrumentation of the binary is less frequent (only on CMP, SUB and CALL instructions) performance is not quite so critical. # Advanced configuration options |