An open API service indexing awesome lists of open source software.

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

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


Friddo dashboard screen
Friddo versions screen
Friddo settings screen

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)