Enums§
- Retval
- Return value type for dr_wrap functions (e.g.
skip_callandset_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.