pub unsafe extern "C" fn instr_invert_cbr(instr: *mut instr_t)Expand description
Assumes that \p instr is a conditional branch instruction Reverses the logic of \p instr’s conditional e.g., changes OP_jb to OP_jnb. Works on cti_short_rewrite as well.