[][src]Function libipt_sys::pt_blk_get_image

pub unsafe extern "C" fn pt_blk_get_image(
    decoder: *mut pt_block_decoder
) -> *mut pt_image

Get the traced image.

The returned image may be modified as long as @decoder is not running.

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