ELI5: How Do People Figure Out What Apps Are Doing?
You download a game. You tap buttons. Things happen. But what's actually going on behind the scenes — and how do people peek behind the curtain?
Technical notes, project documentation, and lessons learned across software, DIY, writing, and more.
You download a game. You tap buttons. Things happen. But what's actually going on behind the scenes — and how do people peek behind the curtain?
The final piece: an automation bot that logs in and completes daily tasks in 90 seconds. The hardest part wasn't sending messages — it was figuring out what...
With the binary protocol cracked, I built a Python client that authenticates, connects, and speaks the game's language.
The game speaks a custom binary language over WebSocket. The hardest part wasn't finding the protocol — it was getting one field type wrong by 4 bytes.
Your phone and the game server have a constant conversation. With the right tools, you can listen in.
The API is the game. The UI constraints are gone. Build what you want. Automate what you need. Play how you choose.
Every mobile game is hiding its secrets in a file you already have. Here's how I went from 'I wonder how this works' to extracting thousands of files of...
I downloaded an APK, cracked open its Unity asset bundles, extracted 2,880 compiled Lua files, and built a team optimizer that actually knows the math.