Skip to main content

drmgr_is_emulation_end

Function drmgr_is_emulation_end 

Source
pub unsafe extern "C" fn drmgr_is_emulation_end(
    instr: *mut instr_t,
) -> bool_
Expand description

Checks the instruction \p instr to see if it is an emulation end label created by drmgr_insert_emulation_end(). Typically used in an instrumentation client running with an emulation client.

\return true if \p instr is an emulation end label, false otherwise.