Updated launch.json
This commit is contained in:
parent
cc30c9ca57
commit
55a17925b3
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user