From 4bfd827fbcd5010379c4291e3c4316bfc8664a9b Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Sat, 7 Dec 2024 21:01:35 +0100 Subject: [PATCH] added gupje only launch --- source/exploit/.vscode/launch.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/exploit/.vscode/launch.json b/source/exploit/.vscode/launch.json index b640638..844343f 100644 --- a/source/exploit/.vscode/launch.json +++ b/source/exploit/.vscode/launch.json @@ -46,6 +46,15 @@ "program": "${file}", "console": "integratedTerminal", "justMyCode": false, - } + }, + { + "name": "Load gupje only", + "type": "debugpy", + "request": "launch", + "program": "exploit.py", + "console": "integratedTerminal", + "justMyCode": false, + "args": ["--load_ga"], + }, ] } \ No newline at end of file