Open jakelamberson opened 1 year ago
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.
Title. The
x86 andx86_64 ropchain generator displays 0xb, while the code should be 0x3b. I will put a pull request in to fix this problem.