Updated launch.json

This commit is contained in:
Eljakim Herrewijnen 2023-06-15 17:06:43 +02:00
parent cc30c9ca57
commit 55a17925b3

16
.vscode/launch.json vendored
View File

@ -11,6 +11,22 @@
"program": "exploit.py", "program": "exploit.py",
"console": "integratedTerminal", "console": "integratedTerminal",
"args": ["ShofEL2-for-T124/payload.bin"] "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"]
} }
] ]
} }