about summary refs log tree commit diff
path: root/frida_mode/src/entry.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-08 20:15:48 +0100
committervanhauser-thc <vh@thc.org>2022-02-08 20:15:48 +0100
commitcf853fb2494912a1c4b531ffcf302843266639b7 (patch)
tree136fb71b40254cf04f8605ee4bf4638de6974fbe /frida_mode/src/entry.c
parentfa628865c1d3b8d0cc4bc04efc516fc7b48b6a69 (diff)
downloadafl++-cf853fb2494912a1c4b531ffcf302843266639b7.tar.gz
reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV
Diffstat (limited to 'frida_mode/src/entry.c')
-rw-r--r--frida_mode/src/entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/src/entry.c b/frida_mode/src/entry.c
index 5d9bcaaf..05af7ebb 100644
--- a/frida_mode/src/entry.c
+++ b/frida_mode/src/entry.c
@@ -84,6 +84,7 @@ void entry_start(void) {
     stalker_trust();
 
   }
+
   if (entry_point == 0) { entry_launch(); }
 
 }