Struct

GumInterceptorOptions

Description

struct GumInterceptorOptions {
  gint scratch_register;
  GumInterceptorScenario scenario;
  GumRelocationPolicy relocation_policy;
  GumWriteRedirectFunc write_redirect;
  gpointer write_redirect_data;
  guint redirect_space_hint;
}

No description available.

Structure members
scratch_register: gint

No description available.

scenario: GumInterceptorScenario

No description available.

relocation_policy: GumRelocationPolicy

No description available.

write_redirect: GumWriteRedirectFunc

No description available.

write_redirect_data: gpointer

No description available.

redirect_space_hint: guint

No description available.