[][src]Function frida_rs::hexdump_arraybuffer

pub fn hexdump_arraybuffer(target: &ArrayBuffer) -> String

Generate a hexdump for the provided target.

This is equivalent to calling hexdump in the JavaScript API.