완료됨
  
              쉘코드 뭐가 잘못됐을까요..
            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
 
          #pwnable
        
      작성자 정보
    
   