{"id":13582950,"url":"https://github.com/0xdea/frida-scripts","last_synced_at":"2025-10-20T12:09:06.060Z","repository":{"id":41142879,"uuid":"101912162","full_name":"0xdea/frida-scripts","owner":"0xdea","description":"A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.","archived":false,"fork":false,"pushed_at":"2024-01-04T15:39:44.000Z","size":37,"stargazers_count":1307,"open_issues_count":3,"forks_count":230,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-04-01T13:06:20.283Z","etag":null,"topics":["android","frida","ios","mobile","reverse-engineering"],"latest_commit_sha":null,"homepage":"https://www.frida.re","language":"JavaScript","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/0xdea.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}},"created_at":"2017-08-30T17:52:36.000Z","updated_at":"2025-03-30T18:03:33.000Z","dependencies_parsed_at":"2024-01-07T05:55:56.197Z","dependency_job_id":"ac49c19c-ff99-40dc-ad15-2d5bf139f5d5","html_url":"https://github.com/0xdea/frida-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdea%2Ffrida-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdea%2Ffrida-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdea%2Ffrida-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdea%2Ffrida-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdea","download_url":"https://codeload.github.com/0xdea/frida-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856544,"owners_count":21007621,"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","ios","mobile","reverse-engineering"],"created_at":"2024-08-01T15:03:09.159Z","updated_at":"2025-10-20T12:09:06.056Z","avatar_url":"https://github.com/0xdea.png","language":"JavaScript","funding_links":[],"categories":["Weapons","JavaScript","Projects","\u003ca id=\"8c5a692b5d26527ef346687e047c5c21\"\u003e\u003c/a\u003e收集"],"sub_categories":["All"],"readme":"# frida-scripts\n[![](https://img.shields.io/github/stars/0xdea/frida-scripts.svg?style=flat\u0026color=yellow)](https://github.com/0xdea/frida-scripts)\n[![](https://img.shields.io/github/forks/0xdea/frida-scripts.svg?style=flat\u0026color=green)](https://github.com/0xdea/frida-scripts)\n[![](https://img.shields.io/github/watchers/0xdea/frida-scripts.svg?style=flat\u0026color=red)](https://github.com/0xdea/frida-scripts)\n[![](https://img.shields.io/badge/frida-17.3.2-lightcoral)](https://github.com/frida/frida)\n[![](https://img.shields.io/badge/twitter-%400xdea-blue.svg)](https://twitter.com/0xdea)\n[![](https://img.shields.io/badge/mastodon-%40raptor-purple.svg)](https://infosec.exchange/@raptor)\n\n\u003e \"Just because you're paranoid doesn't mean they aren't after you.\" \n\u003e\n\u003e -- Joseph Heller, Catch-22\n\nA collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps and more.\n\nBlog post:  \n\u003chttps://web.archive.org/web/20200623001844/https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/\u003e\n\n*Note: My old iOS and Android scripts might require some tweakings. For a well-maintained project that includes some of my Frida scripts, refer to: \u003chttps://github.com/federicodotta/Brida\u003e*\n\n## iOS\n* [**raptor_frida_ios_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_ios_trace.js). Full-featured ObjC and Module tracer for iOS.\n* [**raptor_frida_ios_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_ios_enum.js). Collection of functions to enumerate ObjC classes and methods.\n* [**ios-snippets/**](https://github.com/0xdea/frida-scripts/tree/master/ios-snippets). Miscellaneous script snippets for iOS (tested with Frida before 17.0.0).\n\n## Android\n* [**raptor_frida_android_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_android_trace.js). Full-featured Java and Module tracer for Android.\n* [**raptor_frida_android_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_android_enum.js). Collection of functions to enumerate Java classes and methods.\n* [**android-snippets/**](https://github.com/0xdea/frida-scripts/tree/master/android-snippets). Miscellaneous script snippets for Android (tested with Frida before 17.0.0).\n\n## Linux\n* [**raptor_frida_linux_trace.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_linux_trace.js). Full-featured function call tracer for Linux.\n* [**raptor_frida_linux_enum.js**](https://github.com/0xdea/frida-scripts/blob/master/raptor_frida_linux_enum.js). Collection of functions to enumerate modules and functions in a binary.\n\n## Windows\n* *TODO*\n\n## macOS\n* *TODO*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdea%2Ffrida-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdea%2Ffrida-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdea%2Ffrida-scripts/lists"}