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

Handle different iret behavior in user vs kernel space #6742

Open
abhinav92003 opened this issue Mar 28, 2024 · 0 comments
Open

Handle different iret behavior in user vs kernel space #6742

abhinav92003 opened this issue Mar 28, 2024 · 0 comments

Comments

@abhinav92003
Copy link
Contributor

iret has different behavior in protected mode than in user-mode, as noted at https://www.felixcloutier.com/x86/iret:iretd:iretq notes that. In fact, there are multiple kinds of returns, that can be specified by NT and VM flags.

This issue is to account for the multiple behaviors in DynamoRIO where needed, like in the decoder IR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant