Method
FridaBareboneImageConfigenumerate_symbols
Declaration
void
frida_barebone_image_config_enumerate_symbols (
FridaBareboneImageConfig* self,
GHFunc func,
void* func_target
)
Parameters
func-
Type:
GHFuncFunction 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.