## https://sploitus.com/exploit?id=8D769EEF-C5A6-5E34-AE4C-6A9B8F93950C
popping a calc
```bash
am start -n com.sec.android.app.popupcalculator/com.sec.android.app.popupcalculator.Calculator
```
the device must have a populated /data/misc/adb/adb_keys
## Note on LLM usage
LLM was used to translate the exploit from python to C. the translation wasn't correct 1:1 and we faced a lot of issues, therefore a loop of code analysis and back and forth chatting was necessary to fix bugs in the translation and arrive at a full running exploit.