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

msp430: do not read destination operand for MOV #68

Merged
merged 1 commit into from
May 22, 2024

Conversation

jovanbulck
Copy link
Contributor

This ensures no false fires of the mem_read breakpoint. MOV is the only MSP430 Type3Instruction that does not read its destination operand, as it will be overwritten.

This ensures no false fires of the `mem_read` breakpoint.  MOV is the
only MSP430 Type3Instruction that does *not* read its destination
operand, as it will be overwritten.
@twizmwazin twizmwazin merged commit 61b5482 into angr:master May 22, 2024
13 checks passed
@twizmwazin
Copy link
Member

Thanks!

xor2003 pushed a commit to xor2003/angr-platforms that referenced this pull request Jun 8, 2024
This ensures no false fires of the `mem_read` breakpoint.  MOV is the
only MSP430 Type3Instruction that does *not* read its destination
operand, as it will be overwritten.
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.

2 participants