WormaCeptor V2 is an all-in-one Android debugging toolkit that's actually safe in production. Unlike traditional inspectors, it uses physical dependency separation — debug code is literally absent from release builds, not just hidden by ProGuard. 30+ features in one library: network inspection, performance overlay (FPS/CPU/memory), SQLite browser, crash reporting, leak detection, WebSocket monitoring, location & push simulators, and more. Open source. MIT licensed.
No reviews yetBe the first to leave a review for WormaCeptor
Maker
📌
Hey Product Hunt! 👋
I'm Abdulaziz, the developer behind WormaCeptor.
It started with a simple frustration — every time I needed to debug network calls on Android, I'd reach for existing tools and hit the same walls: they'd bleed into release builds, crash in edge cases, or only cover network traffic while ignoring everything else I actually needed.
So I built WormaCeptor as a personal tool. Over time it grew into something much bigger — a full debugging suite covering network, performance, system inspection, crash reporting, leak detection, and more. V2 was a complete architectural rewrite focused on one core principle: debug code should be physically absent from production, not just hidden.
The modular design (50+ modules) came naturally from that — if you don't include a module, it literally cannot run in production. No ProGuard tricks, no runtime flags.
What surprised me most during development was how many "small" debugging needs were completely unserved — WebSocket monitoring, WebView inspection, push notification testing, location simulation. So I kept adding them.
Would love to hear what debugging pain points you're still dealing with on Android — always looking for what to build next! 🛠️