This commit is contained in:
jc
2025-08-06 20:05:30 +03:00
parent 8a12eae871
commit 7779d922cf
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
from pwn import * from pwn import *
import re
context.binary = target = ELF("./babyrop_level_7_1", checksec=False) context.binary = target = ELF("./babyrop_level_7_1", checksec=False)
libc = target.libc libc = target.libc