Skip to main content

instr_get_eflags

Function instr_get_eflags 

Source
pub unsafe extern "C" fn instr_get_eflags(
    instr: *mut instr_t,
    flags: dr_opnd_query_flags_t,
) -> uint
Expand description

Returns \p instr’s eflags use as EFLAGS_ constants (e.g., EFLAGS_READ_CF, EFLAGS_WRITE_OF, etc.) or’ed together. Which eflags are considered to be accessed for conditionally executed instructions are controlled by \p flags.