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

Fix access bug for TEST op #1511

Merged
merged 5 commits into from Jun 26, 2023
Merged

Fix access bug for TEST op #1511

merged 5 commits into from Jun 26, 2023

Conversation

melynx
Copy link
Contributor

@melynx melynx commented Jun 28, 2019

Results for TEST instructions are discarded hence operands should have
no write access.

Results for TEST instructions are discarded hence operands should have
no write access.
@aquynh
Copy link
Collaborator

aquynh commented Jun 28, 2019

can you also fix X86MappingInsnOp_reduce.inc at the same time?

@melynx
Copy link
Contributor Author

melynx commented Jun 28, 2019

done :)

@aquynh
Copy link
Collaborator

aquynh commented Jun 28, 2019

looking at those TEST variants in the same file, the access info is still wrong, such as X86_TEST8mi_alt, etc. can you fix them too?

@melynx
Copy link
Contributor Author

melynx commented Jul 1, 2019

what do the alt variants actually mean?

@aquynh
Copy link
Collaborator

aquynh commented Jul 1, 2019

what do the alt variants actually mean?

for example X86_TEST8mi_alt.

please review all TEST opcodes, too.

@aquynh aquynh merged commit 0f305ce into capstone-engine:next Jun 26, 2023
@aquynh
Copy link
Collaborator

aquynh commented Jun 26, 2023

merged, thanks!

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 this pull request may close these issues.

None yet

3 participants