2025-01-03 16:05:24 +01:00
|
|
|
# T124 Gupje
|
|
|
|
|
|
|
|
The exploitation work for this device is done by (LordRafa)[https://github.com/LordRafa]
|
|
|
|
|
|
|
|
To build gupje, see the readme in the gupje_t/ folder.
|
|
|
|
|
|
|
|
## Usage
|
2025-01-03 16:34:13 +01:00
|
|
|
Run the exploit code with a *target* binary to run on the device.
|
2025-01-03 16:05:24 +01:00
|
|
|
```bash
|
2025-01-03 16:34:13 +01:00
|
|
|
python3 exploit.py --ga ../bin/nvidia_shield_t/debugger.bin
|
|
|
|
```
|
|
|
|
|