[!] Could not populate PLT: future feature annotations is not defined (unicorn.py, line 2) [*] '/home/chen/pwn' Arch: amd64-64-little RELRO: Partial RELRO Stack: Canary found NX: NX enabled PIE: No PIE (0x400000)
defadd(size,name): io.recvuntil("Your choice:") io.sendline(b'2') io.recvuntil("Please enter the length of item name:") io.sendline(str(size)) io.recvuntil("Please enter the name of item:") io.send(name)
defdelete(index): io.recvuntil("Your choice:") io.sendline(b'4') io.recvuntil("Please enter the index of item:") io.sendline(str(index)) io.recvuntil("remove successful!!")
defedit(index,size,name): io.recvuntil("Your choice:") io.sendline(b'3') io.recvuntil("Please enter the index of item:") io.sendline(str(index)) io.recvuntil("Please enter the length of item name:") io.sendline(str(size)) io.recvuntil("Please enter the new name of the item:") io.send(name)
defadd(size,name): io.recvuntil("Your choice:") io.sendline(b'2') io.recvuntil("Please enter the length of item name:") io.sendline(str(size)) io.recvuntil("Please enter the name of item:") io.send(name)
defdelete(index): io.recvuntil("Your choice:") io.sendline(b'4') io.recvuntil("Please enter the index of item:") io.sendline(str(index)) io.recvuntil("remove successful!!")
defedit(index,size,name): io.recvuntil("Your choice:") io.sendline(b'3') io.recvuntil("Please enter the index of item:") io.sendline(str(index)) io.recvuntil("Please enter the length of item name:") io.sendline(str(size)) io.recvuntil("Please enter the new name of the item:") io.send(name)