This commit is contained in:
2025-06-06 01:40:17 +02:00
parent d800de05fb
commit e887de976a
46 changed files with 2970 additions and 1523 deletions

View File

@@ -4,7 +4,7 @@ from pwn import *
context.binary = './intro-pwn' # Replace with your binary's name
# Choose local or remote
LOCAL = False # Change to False if connecting remotely
LOCAL = True # Change to False if connecting remotely
if LOCAL:
p = process(context.binary.path)