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

Ropchain generator displays incorrect syscall code for execve #170

Open
jakelamberson opened this issue Jul 28, 2023 · 3 comments · May be fixed by #171
Open

Ropchain generator displays incorrect syscall code for execve #170

jakelamberson opened this issue Jul 28, 2023 · 3 comments · May be fixed by #171

Comments

@jakelamberson
Copy link

Title. The x86 and x86_64 ropchain generator displays 0xb, while the code should be 0x3b. I will put a pull request in to fix this problem.

@jakelamberson jakelamberson linked a pull request Jul 28, 2023 that will close this issue
@sashs
Copy link
Owner

sashs commented Jul 29, 2023

Hi
The execve syscall number for x86 is 0xb :)
but for x86_64 you are right.

@jakelamberson
Copy link
Author

👍 I'll update it Monday

@jakelamberson
Copy link
Author

Hi The execve syscall number for x86 is 0xb :) but for x86_64 you are right.

Fixed now. The one-line pull request should be ready for review. Thanks @sashs.

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 a pull request may close this issue.

2 participants