Method

FridaBareboneImageConfigenumerate_symbols

Declaration

void
frida_barebone_image_config_enumerate_symbols (
  FridaBareboneImageConfig* self,
  GHFunc func,
  void* func_target
)

Description [src]

Invokes func for each configured symbol.

Parameters

func

Type: GHFunc

Function called with each symbol’s name and address.

func_target

Type: void*

No description available.

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