[][src]Function frida_rs::send_with_byte_array

pub fn send_with_byte_array<T: ?Sized>(message: &T, data: &[u8]) where
    T: Serialize

Send a message to your Frida application.

This variant allows you to send raw bytes along with your message. This is equivalent to calling send in the JavaScript API.