Skip to main content

do_examine

Function do_examine 

Source
pub fn do_examine(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

Examine memory at a given address and format the bytes.

ยงErrors

Returns an error if arguments are invalid, memory cannot be read, or formatting fails.