more ctf stuff

This commit is contained in:
2025-09-20 21:10:36 +02:00
parent 443a793e6b
commit e0ed1e486b
92 changed files with 14630 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
from pwn import *
context.binary = ELF("./promis_patched")
context.binary = ELF("./promis")
libc = ELF("./libc-2.27.so")
ld = ELF("./ld-2.27.so")