about summary refs log tree commit diff
path: root/examples/afl_frida/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-15 00:08:38 +0200
committervan Hauser <vh@thc.org>2020-07-15 00:08:38 +0200
commita8726b8254f2f8c429c8b3e1c2d30b9f7baa6e93 (patch)
treec28ca705308f7ec63065d782379271d4ab75f496 /examples/afl_frida/README.md
parentc5963f707c9a1b1ec0d869d90fabf09072093e1d (diff)
downloadafl++-a8726b8254f2f8c429c8b3e1c2d30b9f7baa6e93.tar.gz
ensure afl-frida uses persistent mode
Diffstat (limited to 'examples/afl_frida/README.md')
-rw-r--r--examples/afl_frida/README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/afl_frida/README.md b/examples/afl_frida/README.md
index 93e8f35a..33bd67c8 100644
--- a/examples/afl_frida/README.md
+++ b/examples/afl_frida/README.md
@@ -24,14 +24,10 @@ afl-fuzz -i in -o out -- ./afl-frida
 ```
 (or even remote via afl-network-proxy).
 
-### Testing and debugging
+# Speed and stability
 
-For testing/debugging you can try:
-```
-make DEBUG=1
-AFL_DEBUG=1 gdb ./afl-frida
-```
-and then you can easily set breakpoints to "breakpoint" and "fuzz".
+The speed is very good, about x12 of fork() qemu_mode.
+However the stability is low. Reason is currently unknown.
 
 # Background