Method
GumDarwinModuleenumerate_tlv_descriptors
Declaration [src]
void
gum_darwin_module_enumerate_tlv_descriptors (
GumDarwinModule* self,
GumFoundDarwinTlvDescriptorFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDarwinTlvDescriptorFuncFunction called with each TLV descriptor.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.