Method

FridaRpcClienttry_handle_message

Declaration

gboolean
frida_rpc_client_try_handle_message (
  FridaRpcClient* self,
  const gchar* json
)

Description [src]

Feeds an incoming message to the client, matching it against pending calls if it is an RPC response.

Parameters

json

Type: const gchar*

The incoming message as a JSON string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the message was an RPC message and was handled.