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 additional syscall cases/terminator instructions #221

Open
boomanaiden154 opened this issue Sep 16, 2024 · 0 comments
Open

Handle additional syscall cases/terminator instructions #221

boomanaiden154 opened this issue Sep 16, 2024 · 0 comments
Assignees

Comments

@boomanaiden154
Copy link
Collaborator

There are other ways to make syscalls on X86, including int 0x80, and sysenter that we should probably also be sanitizing for security reasons.

We also need to make sure that we're taking care of all terminator instructions. We seem to be, but changing to MCInstrDesc::isTerminator probably makes a lot of sense and avoids us needing to manually handle the cases.

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

1 participant