From 55a17925b32700159eca70becc54f1e9703dfa18 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Thu, 15 Jun 2023 17:06:43 +0200 Subject: [PATCH] Updated launch.json --- .vscode/launch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index cbe1b82..5d7c4da 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,22 @@ "program": "exploit.py", "console": "integratedTerminal", "args": ["ShofEL2-for-T124/payload.bin"] + }, + { + "name": "Prepare for GA(Thumb)", + "type": "python", + "request": "launch", + "program": "exploit.py", + "console": "integratedTerminal", + "args": ["--ga", "../../../ghidra_assistent/source/utils/debugger/remote_shellcode/bin/nvidia_shield_t/debugger.bin"] + }, + { + "name": "Prepare for GA(ARM)", + "type": "python", + "request": "launch", + "program": "exploit.py", + "console": "integratedTerminal", + "args": ["--ga_arm", "../../../ghidra_assistent/source/utils/debugger/remote_shellcode/bin/nvidia_shield/debugger.bin"] } ] } \ No newline at end of file