Android security utility
Friddo
A Kotlin Android utility that makes frida-server management less manual on rooted devices: discover releases, install the right binary, select the active version, control the daemon, and inspect basic runtime state from one place.
What it does
- Release discovery: browses available upstream Frida server releases and caches release metadata locally to avoid unnecessary refreshes.
- Architecture-aware installation: downloads and installs matching frida-server binaries for device architectures supported by upstream Frida releases.
- Version switching: lets the user choose which installed frida-server build should be active, useful when the local Frida client needs a matching server version.
- Server lifecycle control: starts, stops, and restarts the local frida-server through root access instead of repeating shell commands manually.
- Operational visibility: surfaces basic logs and active hooked sessions so a researcher can quickly check whether instrumentation is actually running.
- Clean packaging choice: does not bundle frida-server itself; it downloads release assets on demand from the upstream Frida project.