diff options
| author | van Hauser <vh@thc.org> | 2021-08-12 18:55:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 18:55:40 +0200 |
| commit | b8fd0a1463fe5805d22f323777b65b7b2e2fcf46 (patch) | |
| tree | 119ab732665da26bf8e72f3c0f82147041df2087 /frida_mode/src/entry.c | |
| parent | 20815d68502f288d3939a39b91f6de1e58220e18 (diff) | |
| parent | cacee58fb70e11fe463598077fe362ba76cd2101 (diff) | |
| download | afl++-b8fd0a1463fe5805d22f323777b65b7b2e2fcf46.tar.gz | |
Merge pull request #1065 from WorksButNotTested/fixes
Fixes
Diffstat (limited to 'frida_mode/src/entry.c')
| -rw-r--r-- | frida_mode/src/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/entry.c b/frida_mode/src/entry.c index a0ffd028..0b5f61ec 100644 --- a/frida_mode/src/entry.c +++ b/frida_mode/src/entry.c @@ -21,6 +21,7 @@ static void entry_launch(void) { __afl_manual_init(); /* Child here */ + entry_reached = TRUE; instrument_on_fork(); stats_on_fork(); @@ -59,7 +60,6 @@ void entry_prologue(GumStalkerIterator *iterator, GumStalkerOutput *output) { if (persistent_start == 0) { - entry_reached = TRUE; ranges_exclude(); stalker_trust(); |
