#!/usr/bin/env python from pwn import * from pwn import * p = process("./crackme2", setuid=1) p.recv() p.sendline(p32(????)) p.interactive()