[][src]Function libipt_sys::pt_insn_get_image

pub unsafe extern "C" fn pt_insn_get_image(
    decoder: *mut pt_insn_decoder
) -> *mut pt_image

Get the traced image.

The returned image may be modified as long as no decoder that uses this image is running.

Returns a pointer to the traced image the decoder uses for reading memory. Returns NULL if @decoder is NULL.