Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete disassembly for x86 ud0 and ud1 #2149

Open
rth7680 opened this issue Aug 26, 2023 · 1 comment
Open

Incomplete disassembly for x86 ud0 and ud1 #2149

rth7680 opened this issue Aug 26, 2023 · 1 comment

Comments

@rth7680
Copy link
Contributor

rth7680 commented Aug 26, 2023

These two undefined insns have arguments:

0F FF /r	UD0 r32, r/m32
0F B9 /r	UD1 r32, r/m32

GNU binutils decodes these properly:

0000000000000000 <.text>:
   0:	0f ff 80 78 56 34 12 		ud0    0x12345678(%rax),%eax
   7:	65 47 0f b9 bc ff 78 56 34 12	ud1    %gs:0x12345678(%r15,%r15,8),%r15d
@Rot127
Copy link
Collaborator

Rot127 commented Aug 26, 2023

Is this x86? If yes it is likely that it won't be fixed in the near future with an update.

Unfortunately the new update mechanism doesn't work for x86 (yet, maybe if someone takes care of it in the future).

You could fix it by hand of cause if you like.

@rth7680 rth7680 changed the title Incomplete disassembly for ud0 and ud1 Incomplete disassembly for x86 ud0 and ud1 Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants