{"id":17713491,"url":"https://github.com/m7medvision/auto-frida","last_synced_at":"2026-04-27T22:32:59.598Z","repository":{"id":259105272,"uuid":"876322207","full_name":"m7medVision/auto-frida","owner":"m7medVision","description":"This script automatically download the latest Frida server and installing it on a connected Android.","archived":false,"fork":false,"pushed_at":"2024-10-21T19:42:09.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-22T12:46:17.245Z","etag":null,"topics":["android","frida","frida-scripts","frida-tools","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m7medVision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T19:16:02.000Z","updated_at":"2024-10-21T19:42:12.000Z","dependencies_parsed_at":"2024-10-22T18:51:19.646Z","dependency_job_id":null,"html_url":"https://github.com/m7medVision/auto-frida","commit_stats":null,"previous_names":["m7medvision/auto-frida"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7medVision%2Fauto-frida","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7medVision%2Fauto-frida/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7medVision%2Fauto-frida/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m7medVision%2Fauto-frida/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m7medVision","download_url":"https://codeload.github.com/m7medVision/auto-frida/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229539136,"owners_count":18088908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","frida","frida-scripts","frida-tools","reverse-engineering"],"created_at":"2024-10-25T10:04:58.357Z","updated_at":"2026-04-27T22:32:59.593Z","avatar_url":"https://github.com/m7medVision.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frida Server auto installer\n\nThis script automates the process of downloading the matching Frida server and installing it on a connected Android device. It handles architecture detection and simplifies the setup for Frida-based reverse engineering or instrumentation.\n\n## Prerequisites\n\n* Bash installed.\n* `adb` in your system's PATH.\n* `curl` installed.\n* `xz` utility installed.\n\n## Usage\n1.  Connect your Android device via USB debugging.\n2.  Quick run without cloning: `curl -fsSL https://raw.githubusercontent.com/m7medVision/auto-frida/master/install-frida-server.sh | bash`\n3.  Or run locally from the repo: `bash install-frida-server.sh`\n\n## How it works\n\n1. **Device Detection:** The script checks for a connected device using `adb devices`.  If no device is found, it displays an error message.\n\n2. **Frida Version Selection:** It first tries to detect the Frida version already installed on your machine using the `frida` CLI or Python package. If no local installation is found, it falls back to the latest GitHub release.\n\n3. **Architecture Detection:** It determines the device's architecture (arm64, arm, x86_64, x86) using `adb shell getprop ro.product.cpu.abi`.\n\n4. **Frida Download:** Downloads the appropriate Frida server version for the detected architecture from the official GitHub releases. The server is downloaded as an xz compressed file and then decompressed.\n\n5. **Frida Upload:** Uploads `frida-server` to the device's `/data/local/tmp/` directory using `adb push`.\n\n6. **Permissions Setting:** Sets execute permissions for `frida-server` on the device.\n\n## Error\nIf face any error please open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7medvision%2Fauto-frida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm7medvision%2Fauto-frida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm7medvision%2Fauto-frida/lists"}