{"id":16556984,"url":"https://github.com/yimura/fridamgr","last_synced_at":"2026-03-07T02:03:28.278Z","repository":{"id":257314611,"uuid":"855434967","full_name":"Yimura/FridaMgr","owner":"Yimura","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T11:43:06.000Z","size":407,"stargazers_count":18,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T22:58:56.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yimura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-09-10T21:29:04.000Z","updated_at":"2026-01-04T02:36:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdb69bc0-40ec-4020-9a80-f608c1c09dd4","html_url":"https://github.com/Yimura/FridaMgr","commit_stats":null,"previous_names":["yimura/fridamgr"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Yimura/FridaMgr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FFridaMgr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FFridaMgr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FFridaMgr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FFridaMgr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yimura","download_url":"https://codeload.github.com/Yimura/FridaMgr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yimura%2FFridaMgr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30205893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T20:06:14.062Z","updated_at":"2026-03-07T02:03:28.261Z","avatar_url":"https://github.com/Yimura.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp\" alt=\"Frida Mgr Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github Release\" src=\"https://img.shields.io/github/v/release/Yimura/FridaMgr\"\u003e\n  \u003cimg alt=\"Android Version\" src=\"https://img.shields.io/badge/Android_Version-10%2B-blue?logo=android\"\u003e\n  \u003cimg alt=\"Release Build\" src=\"https://github.com/Yimura/FridaMgr/actions/workflows/release.yml/badge.svg\"\u003e\n\u003c/p\u003e\n\nFrida Manager is an Android Application made to make the installation and management of the frida-server binary easier.\n\n- [Functionality](#functionality)\n- [How To Use](#how-to-use)\n  - [USB](#usb)\n  - [Remote](#remote)\n- [Images](#images)\n- [Tested Devices](#tested-devices)\n  - [Physical](#physical)\n  - [Emulator](#emulator)\n  - [Contributors](#contributors)\n- [Common Errors](#common-errors)\n  - [need Gadget to attach on jailed Android; ...](#need-gadget-to-attach-on-jailed-android-)\n  - [unexpectedly timed out while waiting for signal from process with PID XXX](#unexpectedly-timed-out-while-waiting-for-signal-from-process-with-pid-xxx)\n\n## Functionality\n\n- Installation and Updating of Frida Server\n- Start server automatically on boot\n- Listen on network interface\n- Easily start/stop server from Quick Settings\n\n## How To Use\n\nOpen the application and press the start server button (if the start button is not visible you need to install the server first), this will launch the Frida-Server on the device.\nIf your device is connected via USB then proceed [here](#usb). If you currently do not have a USB cable on you then you can enable [Network Mode](#remote).\n\n### USB\n\nIf you've used Frida before then you'll be the most familiar with this method, the following test command should work as expected:\n\n```bash\nfrida -U -f sh.damon.fridamgr\n```\n\n`-U` : stands for USB connected device, optionally if multiple devices are connected you may need to specify this with the `--device=` flag\n\n### Remote\n\nIf you've enabled **Listen on Network Interface** in the FridaMgr app then you'll be able to connect to the Frida Server on the device remotely as long as you're within the same LAN.\n\n```bash\nfrida -H 192.168.88.7:27055 -f sh.damon.fridamgr\n```\n\n`-H` : tells Frida that you want to connect to a network connected device.\n\n## Images\n\n- Before installing Frida Server\n\n  ![Frida Mgr Installation Screen](docs/imgs/install_screen.png)\n\n- When Frida Server is installed and running\n\n  ![Frida Mgr Post-Installation Screen](docs/imgs/post_install_screen.png)\n\n## Tested Devices\n\nThe following list of physical and emulated devices have been tested and verified to be working.\n\n### Physical\n\n- Samsung Galaxy Z Fold3 (sdk33)\n- One Plus 11 5G (sdk33)\n- One Plus 6 (sdk30)\n\n### Emulator\n\n- Google Pixel 8 (sdk33)\n\n### Contributors\n\n- [Yimura](https://x.com/Yimura9)\n- [drop](https://x.com/dropn0w)\n\n## Common Errors\n\n### need Gadget to attach on jailed Android; ...\n\nMake sure the Frida Server is running in the FridaMgr application.\n\n### unexpectedly timed out while waiting for signal from process with PID XXX\n\nTry killing and starting the Frida-Server a few times, some devices make use of a process called USAP which allows applications to start up quicker.\nHowever this interferes with Frida-Server being able to launch applications.\n\nIf the problem persist consider opening an issue with your device model and operating system version mentioned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Ffridamgr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyimura%2Ffridamgr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyimura%2Ffridamgr/lists"}