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:gintNo description available.
scenario:GumInterceptorScenarioNo description available.
relocation_policy:GumRelocationPolicyNo description available.
write_redirect:GumWriteRedirectFuncNo description available.
write_redirect_data:gpointerNo description available.
redirect_space_hint:guintNo description available.