https://github.com/giorgosioak/friddo
Manage and run frida-server on rooted Android devices
https://github.com/giorgosioak/friddo
android frida penetration-testing reverse-engineering
Last synced: 2 months ago
JSON representation
Manage and run frida-server on rooted Android devices
- Host: GitHub
- URL: https://github.com/giorgosioak/friddo
- Owner: giorgosioak
- License: other
- Created: 2025-05-16T19:39:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-15T00:57:23.000Z (2 months ago)
- Last Synced: 2026-04-15T02:33:06.058Z (2 months ago)
- Topics: android, frida, penetration-testing, reverse-engineering
- Language: Kotlin
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friddo
Friddo is an Android utility for managing and running `frida-server` on rooted devices.
## Features
- Browse available Frida server releases
- Cache release metadata locally to avoid unnecessary refreshes
- Download and install matching `frida-server` binaries
- Pick the active installed version
- Start, stop, and restart the local Frida server
- View basic logs and active hooked sessions
## Screenshots
Screens shown above:
- Dashboard
- Version install flow
- Settings
## Requirements
- Android 11 or newer
- Root access via `su`
- A device architecture supported by upstream Frida releases
## Build
```bash
./gradlew assembleDebug
```
For a release build:
```bash
./gradlew assembleRelease
```
## Notes
- Friddo does not bundle `frida-server`; it downloads release assets from the upstream Frida project on demand.
- The app is designed for advanced users, reverse engineers, and security researchers.
- Root access is required for starting and controlling `frida-server`.
## License
Friddo is licensed under the GNU General Public License v3.0. See [LICENSE](LICENSE).
## Credits
Hobbit by Rodrigo Vidinich from Noun Project (CC BY 3.0)