You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registers are reported as conditional write but rep movsb is also updating them based on the direction flag so they should be at least marked as read. I know that technically I can go by memory operands as that always implies read but the update operation of those registers aren't related to the memory operand.
The text was updated successfully, but these errors were encountered:
ZehMatt
changed the title
rep movsb is not reporting (r/e)si/(r(e)di as modified
rep movsb is not reporting (r/e)si/(r(e)di as read
Sep 15, 2024
The registers are reported as conditional write but rep movsb is also updating them based on the direction flag so they should be at least marked as read. I know that technically I can go by memory operands as that always implies read but the update operation of those registers aren't related to the memory operand.
The text was updated successfully, but these errors were encountered: