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

amd64: Remap int imm8 Ijk_Sys_syscall -> Ijk_Sys_int #72

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

mborgerson
Copy link
Member

@mborgerson mborgerson commented Dec 7, 2024

Avoid breaking code that expects Ijk_Sys_syscall is actually an x86-64 syscall op. Instead of generating Ijk_Sys_syscall jumpkind for int imm8, use new jumpkind Ijk_Sys_int for generic software interrupt.

@mborgerson mborgerson merged commit e12bd8c into angr:master Dec 7, 2024
3 checks passed
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.

1 participant