Method
GumInterceptorset_default_options
Declaration [src]
void
gum_interceptor_set_default_options (
GumInterceptor* self,
const GumInterceptorOptions* options
)
Description [src]
Sets the instrumentation options applied when a subsequent attach or replace is given no options of its own.
Parameters
options-
Type:
GumInterceptorOptionsThe options to use as defaults.
The data is owned by the caller of the method.