#include int main() { execve("/bin/sh", NULL, NULL); } /* 0000000000401040
: 401040: 50 push %rax 401041: 31 d2 xor %edx,%edx 401043: 31 f6 xor %esi,%esi 401045: bf 10 20 40 00 mov $0x402010,%edi 40104a: e8 e1 ff ff ff callq 401030 40104f: 31 c0 xor %eax,%eax 401051: 5a pop %rdx 401052: c3 retq */