Skip to main content

drmgr_register_post_syscall_event_ex

Function drmgr_register_post_syscall_event_ex 

Source
pub unsafe extern "C" fn drmgr_register_post_syscall_event_ex(
    func: Option<unsafe extern "C" fn(drcontext: *mut c_void, sysnum: c_int)>,
    priority: *mut drmgr_priority_t,
) -> bool_
Expand description

Registers a callback function for the post-syscall event, which behaves just like DR’s post-syscall event dr_register_post_syscall_event(), except that it is ordered according to \p priority. A default priority of 0 is used for events registered via drmgr_register_post_syscall_event(). \return whether successful.