about summary refs log tree commit diff
path: root/frida_mode/src/instrument
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-06-01 13:12:47 +0300
committerGitHub <noreply@github.com>2023-06-01 13:12:47 +0300
commit63a7a816e796c7ea05b4c224e0167502dbb91f2f (patch)
tree0f48a61a55948133b6b06102215b49c49f26b85a /frida_mode/src/instrument
parent7870ece6dcc240c567326036101399d5cc357af8 (diff)
parent06e1c64745ed37bd826ff6f2c1a42340684998dc (diff)
downloadafl++-63a7a816e796c7ea05b4c224e0167502dbb91f2f.tar.gz
Merge pull request #1753 from WorksButNotTested/delay_start
Changes to support defered start
Diffstat (limited to 'frida_mode/src/instrument')
-rw-r--r--frida_mode/src/instrument/instrument.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/src/instrument/instrument.c b/frida_mode/src/instrument/instrument.c
index a6aac666..db73d845 100644
--- a/frida_mode/src/instrument/instrument.c
+++ b/frida_mode/src/instrument/instrument.c
@@ -169,7 +169,6 @@ static void instrument_basic_block(GumStalkerIterator *iterator,
 
     if (unlikely(begin)) { instrument_debug_start(instr->address, output); }
 
-    if (instr->address == entry_point) { entry_prologue(iterator, output); }
     if (instr->address == persistent_start) { persistent_prologue(output); }
     if (instr->address == persistent_ret) { persistent_epilogue(output); }