Method
GumDarwinModuleenumerate_rebases
Declaration [src]
void
gum_darwin_module_enumerate_rebases (
GumDarwinModule* self,
GumFoundDarwinRebaseFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDarwinRebaseFuncFunction called with each rebase.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.