about summary refs log tree commit diff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-07-29 17:23:30 +0100
committerYour Name <you@example.com>2022-07-29 17:23:30 +0100
commitf2b7104cd6c808c2caceb1314a19f4dbcfd087d7 (patch)
tree782205d6e3a91d71692bd24bf08b7cb1917068d9 /frida_mode/README.md
parentc6af98bc355dbd828e2e6b332ab743a6c2f4ce4c (diff)
downloadafl++-f2b7104cd6c808c2caceb1314a19f4dbcfd087d7.tar.gz
Fix endianness of coverage data on big endian systems
Diffstat (limited to 'frida_mode/README.md')
-rw-r--r--frida_mode/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md
index 4025dba5..1ed368d4 100644
--- a/frida_mode/README.md
+++ b/frida_mode/README.md
@@ -151,6 +151,7 @@ instances run CMPLOG mode and instrumentation of the binary is less frequent
 * `AFL_FRIDA_INST_DEBUG_FILE` - File to write raw assembly of original blocks
   and their instrumented counterparts during block compilation.
 
+```
 Creating block for 0x7ffff7953313:
         0x7ffff7953313  mov qword ptr [rax], 0
         0x7ffff795331a  add rsp, 8
@@ -166,7 +167,7 @@ Generated block 0x7ffff75e98e2
 
 
   ***
-  ```
+```
 * `AFL_FRIDA_INST_CACHE_SIZE` - Set the size of the instrumentation cache used
 as a look-up table to cache real to instrumented address block translations.
 Default is 256Mb.