Results 4 comments of Heiner Litz

Thanks! What does xed3_operand_get_brdisp_width() precisely do? What is a displacement width? I assume I could also iterate over the operands and check whether one is of type XED_OPERAND_RELBR? How can...

what if I have the full target address encoded as immediate? There should be no displacement but it is still a direct branch. Or do all branches with an immediate...

I thought that direct far jumps can jump to an address encoded as an immediate operand and do not use displacement. (e.g. opcode "EA cd")

I am having the same problem, very easy to reproduce