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

Fixed "POP reg_sp" in all modes #1398

Merged
merged 1 commit into from
Nov 17, 2021
Merged

Fixed "POP reg_sp" in all modes #1398

merged 1 commit into from
Nov 17, 2021

Conversation

0xeb
Copy link
Contributor

@0xeb 0xeb commented Nov 16, 2021

POP SP/ESP were broken in x64 mode.
Same for POP SP in x32 mode.
etc.

Now, we don't increment reg_sp at all if it is the target of the POP.

POP SP/ESP were broken in x64 mode.
Same for POP SP in x32 mode.
etc.

Now, we don't increment reg_sp at all if it is the target of the POP.
@0xeb
Copy link
Contributor Author

0xeb commented Nov 16, 2021

image

The PR was closed by itself and the auto CI is failing all the time for some reason.

@0xeb
Copy link
Contributor Author

0xeb commented Nov 17, 2021

@serpilliere please check now and merge if possible.

@serpilliere serpilliere merged commit ea5abb5 into cea-sec:master Nov 17, 2021
@serpilliere
Copy link
Contributor

Thank you for the fix @0xeb !

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