From d0c429824f2377ec05262a5a60e5884af23fec94 Mon Sep 17 00:00:00 2001 From: jc Date: Mon, 18 Nov 2024 19:56:53 +0300 Subject: [PATCH] solve script --- p3rf3ctr00t_ctf_2024/heaps_dont_lie/a.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/p3rf3ctr00t_ctf_2024/heaps_dont_lie/a.py b/p3rf3ctr00t_ctf_2024/heaps_dont_lie/a.py index aadecd6..d86ee83 100644 --- a/p3rf3ctr00t_ctf_2024/heaps_dont_lie/a.py +++ b/p3rf3ctr00t_ctf_2024/heaps_dont_lie/a.py @@ -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"