iOS reverse engineering & tooling, written in pure Go. One static binary walks into any machine — no Python env, no drama.
- iOS reverse engineering — Mach-O internals, dylib injection, IPA tweaking & sideloading
- Apple device protocols — usbmuxd / lockdownd clients and developer tunnels, all in Go
- macOS internals — launchd, service debloating, single-binary CLI tooling
- Model Context Protocol — headless runtimes that give AI agents real tools
| tool | what it does |
|---|---|
| xkvm-ios-injector | inject tweaks & dylibs into IPA files — byte-faithful, pure Go |
| go-idevice | control an iPhone/iPad from the terminal in pure Go — pair, install, launch, stream logs, screenshots, port-forward over iOS 17+ tunnels |
| macos-debloater | disable the macOS services you don't use — mode 1–4, TUI, or manual pick |
| scratch-unified-mcp | headless Scratch VM over MCP — 112 tools for AI agents to build & playtest |
- site → blessed0x.github.io
- building in public: bytes, binaries, and the machines that run them