This commit is contained in:
学儿思 2024-06-18 21:57:27 +08:00 committed by GitHub
parent b6bb604c71
commit 5519ee7d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
//! Hooks for event managers, especifically these are used to hook before and and `handle_in_client`.
//! Hooks for event managers, especifically these are used to hook before `handle_in_client`.
//! This will allow user to define pre/post-processing code when the event manager receives any message from
//! other clients
use libafl_bolts::ClientId;