Method

FridaSessionOptionsenumerate_linker_notifier_offsets

Declaration

void
frida_session_options_enumerate_linker_notifier_offsets (
  FridaSessionOptions* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each configured linker notifier offset.

Parameters

func

Type: GFunc

Function called with each offset.

func_target

Type: void*

No description available.

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