pwntools에서 유용한 기능이나 명령어, 함수를 정리하는 글이다.
추가 내용이 있을 때마다 업데이트 예정
elf = ELF('./campnote')
libc = e.libc
offset_printf = libc.symbols['printf']
sendlineafter()
def writeNote(idx, contents):
p.sendlineafter('>', '2')
p.sendlineafter(':', str(idx))
p.sendlineafter(':', contents)