Ropper
Ropper copied to clipboard
Ropchain generator displays incorrect syscall code for execve
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.
Hi The execve syscall number for x86 is 0xb :) but for x86_64 you are right.
👍 I'll update it Monday
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.