Open L4ys opened 4 years ago
I ran into the same bug with this instruction:
<CsInsn 0xd3de [66c705714309000000]: mov word ptr [rip + 0x94371], 0> has:
c_i.disp: 0x94371
c_i.disp_offset: 0x3
c_i.disp_size: 0x2
Any plans to fix this? Or pointers how to fix it?
When there's a 0x66 prefix with rip-relative addressing instruction the
disp_size
will be an incorrect value.Some example:
Output:
disp_size
should be 4 instead of 2 here.