[−][src]Function sunrise_libutils::print_hexdump
pub fn print_hexdump<T: Write>(f: &mut T, mem: &[u8])
Displays memory as hexdump
This function follows the output format of the xxd
command so you can easily diff
between two hexdumps on the host machine, to help debugging sessions.