Skip to main content

set_retval

Function set_retval 

Source
pub fn set_retval(wrapctx: *mut c_void, retval: Retval) -> bool
Expand description

Sets the return value for a function that is being wrapped with the dynamorio drwrap extension. May only be called from within a drwrap-pre or drwrap-post callback.