A shellcode is a small piece of code used as the payload in the exploitation of a software vulnerability.
I am confused with the syscall of __NR_execve. When I learn linux system call. The correct way that I …