Frida Manager
- The app complies with the inclusion criteria.
- The app is not already listed in the repo or issue tracker.
- The app has not already been requested
- The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
- The original app author has been notified, and does not oppose the inclusion.
- Optionally donated to support the maintenance of this app in F-Droid.
This issue tracker is meant for anyone to get an automated review to start the process of getting an app included. Opening issues here does not guarantee that the app will be reviewed or packaged. If you are looking to submit an app to F-Droid, please open an merge request instead.
The first step is to find the app's Application ID. This is usually the same as the app's Package Name. You will find it in files called AndroidManifest.xml or build.gradle most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here:
APPLICATION ID:
Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. Build Metadata Reference documents all available options. Add values after the colon
Categories:
- Security
- Development
License: MIT
AuthorName: Vikash Yadav
AuthorEmail: yvikash9935@gmail.com
AuthorWebSite: https://github.com/yvikash18
WebSite: https://github.com/yvikash18/frida-manager
SourceCode: https://github.com/yvikash18/frida-manager
IssueTracker: https://github.com/yvikash18/frida-manager/issues
Donate:
Bitcoin:
LiberaPay:
AutoName: Frida Manager
RepoType: git
Repo: https://github.com/yvikash18/frida-manager
Why do you want this app added to F-Droid:
This app targets security researchers and advanced users who prefer installing tools from a fully auditable and reproducible source.
F-Droid provides a distribution channel that aligns with the app’s purpose by building it from source, ensuring transparency and avoiding dependence on proprietary app stores. This also makes the app more accessible to users on devices without Google services.
Summary:
Manage Frida server versions on rooted devices
Description:
Frida Manager provides a user interface for managing Frida server installations on rooted devices.
It allows users to download, store, and switch between different Frida server versions, as well as start and stop the server without manually issuing shell commands.
Main features:
• Download and manage multiple Frida server versions
• Start and stop the Frida server
• Basic detection of RASP and anti-debug mechanisms
• Light and dark theme support
The app is intended for security research, reverse engineering, and educational use on devices owned by the user or where authorization has been granted.