diff options
| author | van Hauser <vh@thc.org> | 2023-06-01 13:12:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 13:12:47 +0300 |
| commit | 63a7a816e796c7ea05b4c224e0167502dbb91f2f (patch) | |
| tree | 0f48a61a55948133b6b06102215b49c49f26b85a /frida_mode/src/instrument | |
| parent | 7870ece6dcc240c567326036101399d5cc357af8 (diff) | |
| parent | 06e1c64745ed37bd826ff6f2c1a42340684998dc (diff) | |
| download | afl++-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.c | 1 |
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); } |
