GitBook: [master] one page modified

This commit is contained in:
CPol 2021-03-20 12:50:11 +00:00 committed by gitbook-bot
parent d57dc47200
commit 4e1066f691
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ GDB = False
LOCAL_BIN = "./vuln"
REMOTE_BIN = "~/vuln" #For ssh
LIBC = "" #ELF("libc.so.6") #Set library path when know it
LIBC = "" #ELF("/lib/x86_64-linux-gnu/libc.so.6") #Set library path when know it
if LOCAL:
P = process(LOCAL_BIN) # start the vuln binary