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

難読化の前後でゼロフラグの値が保証されない #3

Closed
ghost opened this issue Jul 11, 2021 · 0 comments
Closed

難読化の前後でゼロフラグの値が保証されない #3

ghost opened this issue Jul 11, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 11, 2021

addl $3, %eax
jz hoge

addlが難読化されて

addl $3, %eax
subl $3, R0+1*8(%rip)

jz hoge

などとなってしまうケースが発生していた.
(上の例では%eaxの値に基づいていたはずのゼロフラグが,R0+1*8の値で更新されてしまう)

@ghost ghost closed this as completed Aug 9, 2021
This issue was closed.
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

0 participants