Pasted image 20260421184217.png 简单栈溢出 from pwn import * elf = ELF('./pwn') context.terminal = ['tmux', 'splitw', '-h'] context(log_level='debug', arch='i386', os='linux') select = 1 if select == 0: r = process( './pwn' ) #libc = ELF(local_libc) else: r=remote('node5.buuoj.cn',29621) #libc = ELF(remote_libc) #elf =...