Update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user