Skip to content

Commit

Permalink
forgot to put it back
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Feb 4, 2025
1 parent 8faac44 commit e16f20a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libafl/src/executors/inprocess/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,13 @@ where
self.inner.hooks.0.enter_target_hooks();
}

self.inner.hooks.pre_exec_all(state, input);

let ret = self.harness_fn.borrow_mut()(input);

self.inner.hooks.post_exec_all(state, input);

self.inner.hooks.0.leave_target_hooks();
self.inner.leave_target(fuzzer, state, mgr, input);
Ok(ret)
}
Expand Down

0 comments on commit e16f20a

Please sign in to comment.