What it does:
QSLCL talks to devices in low-level recovery modes (DFU/EDL/BROM) - the same ones factories use to flash devices. No bootrom exploit needed. No kernel exploits. Just pure USB protocol. I built this because A12+ devices have no checkm8 alternative. And because I wanted to understand how silicon actually works.
What works:
- Read/write/erase partitions
- Dump/peek/poke/patch/etc
- Auto-disable watchdogs (Apple, Qualcomm, MediaTek, Samsung, etc.)
- Boot iOS devices into DFU (like palera1n)
- USB4 v2.0 80Gbps with PAM4
- ChaCha20/AES encryption (optional for A18+)
- USB stress testing / fuzzing (Slowm8)
Why I made this:
I'm 19 from the Philippines. Started reverse engineering DFU mode in 2025. So I added ChaCha20 to QSLCL. Then built Slowm8 to stress test USB stacks. No team. No funding. Just curiosity.