Constructor

FridaRpcClientnew

Declaration

FridaRpcClient*
frida_rpc_client_new (
  FridaRpcPeer* peer
)

Description [src]

Creates an RPC client that talks over peer.

Parameters

peer

Type: FridaRpcPeer

The peer to send and receive messages through.

The data is owned by the caller of the function.

Return value

Type: FridaRpcClient

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.