pub fn get_first_operand(insn: &DecodedInstruction) -> Option<&DecodedOperand>
Expand description

zydis supports implicit operands, which we don’t currently use in our analysis. so, fetch the first explicit operand to an instruction.