Method

GumDarwinModuleenumerate_tlv_descriptors

Declaration [src]

void
gum_darwin_module_enumerate_tlv_descriptors (
  GumDarwinModule* self,
  GumFoundDarwinTlvDescriptorFunc func,
  gpointer user_data
)

Description [src]

Enumerates TLV descriptors of the module.

Parameters

func

Type: GumFoundDarwinTlvDescriptorFunc

Function called with each TLV descriptor.

user_data

Type: gpointer

Data to pass to func.

The argument can be NULL.
The data is owned by the caller of the method.