section .text global _start _start: mov eax, 0x68732f2f ; //sh push eax mov eax, 0x6e69622f ; /bin push eax mov edi, esp xor esi, esi xor edx, edx mov eax, 0x3b syscall
음... 32bit와 64bit가 섞여있는 것 같은데요... ^^;