This program generates a binary execve code for any commands with any arguments. It shows the asm and hex code of execve wanted. Both outputs asm and hex code can be executed on the stack. For example, you can use it when you want to exploit a buffer overrun situation on linux.
This program generates a binary execve code for any commands with any arguments. It shows the asm and hex code of execve wanted. Both outputs asm and hex code can be executed on the stack. For example, you can use it when you want to exploit a buffer overrun situation on linux.