Wrong Disassembly view with AVX vmovdqu instruction #169
Labels
Bug
A report of unintended or broken behavior.
Missing Support
A request to support a currently unsupported case.
I have invalid disassembly output for an AVX instruction.
Here what it looks like in Rad Debugger :
And here the output in Visual Studio Code :
Seems like the library you're using for disassembly ( https://github.com/vmt/udis86 if I'm not mistaken )
is failing on a vmovdqu instruction (this one : VEX.128.F3.0F.WIG 7F /r VMOVDQU xmm2/m128, xmm1) reporting wrong instruction and number of bytes read, which cascades in wrong next instructions display.
Quickly looking at the library, seems like there is no AVX-512 support either.
The text was updated successfully, but these errors were encountered: