Skip to main content

Module drwrap

Module drwrap 

Source

Enums§

Retval
Return value type for dr_wrap functions (e.g. skip_call and set_retval).

Functions§

get_arg
set_retval
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.
skip_call
May only be called from a \p drwrap_wrap pre-function callback. Skips execution of the original function and returns to the function’s caller with a return value of \p retval.