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

Incorrect decoding: REPNZ XSTORE #38

Closed
woodruffw opened this issue Jan 15, 2021 · 0 comments
Closed

Incorrect decoding: REPNZ XSTORE #38

woodruffw opened this issue Jan 15, 2021 · 0 comments

Comments

@woodruffw
Copy link

woodruffw commented Jan 15, 2021

bddisasm currently allows an f3/REPNZ prefix in front of a Via PadLock XSTORE, but VIA lists this as undefined:

image

Example instructions (via mishegos):

  ./src/worker/xed/xed.so ./src/worker/zydis/zydis.so ./src/worker/bddisasm/bddisasm.so ./src/worker/iced/iced.so
2e6667f20fa7c0 (0 / 0) (0 / 0) REPNZ XSTORE (7 / 12) addr32 repnz xstore (7 / 19)
f267470fa7c0 (0 / 0) (0 / 0) REPNZ XSTORE (6 / 12) addr32 repnz xstore (6 / 19)
65f267470fa7c0 (0 / 0) (0 / 0) REPNZ XSTORE (7 / 12) addr32 repnz xstore (7 / 19)
3e65f267470fa7c0 (0 / 0) (0 / 0) REPNZ XSTORE (8 / 12) addr32 repnz xstore (8 / 19)

Similarly: REPNZ is undefined in front of XCRYPT, XSHA, and MONTMUL.

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

Successfully merging a pull request may close this issue.

1 participant