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