{"id":19526081,"url":"https://github.com/noobpk/frida-android-hook","last_synced_at":"2025-05-15T17:02:21.501Z","repository":{"id":37488735,"uuid":"282780688","full_name":"noobpk/frida-android-hook","owner":"noobpk","description":"A tool that helps you work with frida easily for Android platform","archived":false,"fork":false,"pushed_at":"2024-11-15T11:11:11.000Z","size":134,"stargazers_count":520,"open_issues_count":4,"forks_count":79,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-31T21:47:41.545Z","etag":null,"topics":["android","frida","frida-android-hook","hooking","patching","script-loader","trace"],"latest_commit_sha":null,"homepage":"","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/noobpk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"noobpk","open_collective":"lethanhphuc","custom":["https://paypal.me/noobpk"]}},"created_at":"2020-07-27T03:02:50.000Z","updated_at":"2025-03-31T13:19:02.000Z","dependencies_parsed_at":"2023-02-09T15:31:18.896Z","dependency_job_id":"51c1bfad-a551-42c9-93f6-a542bcc4ba7b","html_url":"https://github.com/noobpk/frida-android-hook","commit_stats":{"total_commits":69,"total_committers":5,"mean_commits":13.8,"dds":"0.49275362318840576","last_synced_commit":"37d01211db0ba5624388b158bb4a6b06e2baad28"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noobpk%2Ffrida-android-hook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noobpk%2Ffrida-android-hook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noobpk%2Ffrida-android-hook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noobpk%2Ffrida-android-hook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noobpk","download_url":"https://codeload.github.com/noobpk/frida-android-hook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737787,"owners_count":20987721,"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-android-hook","hooking","patching","script-loader","trace"],"created_at":"2024-11-11T01:08:11.346Z","updated_at":"2025-04-07T22:07:50.314Z","avatar_url":"https://github.com/noobpk.png","language":"JavaScript","funding_links":["https://github.com/sponsors/noobpk","https://opencollective.com/lethanhphuc","https://paypal.me/noobpk"],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"544\" alt=\"image\" src=\"https://user-images.githubusercontent.com/31820707/108661418-60d4b500-74fe-11eb-81ed-c164df9ef4a5.png\"\u003e\n\n# Frida Android hook\n\n[![CodeQL](https://github.com/noobpk/frida-android-hook/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/noobpk/frida-android-hook/actions/workflows/codeql-analysis.yml)\n![python](https://img.shields.io/badge/python-3.x-blue)\n![frida](https://img.shields.io/badge/frida-15.x-orange)\n\n📍 A tool that helps you can easy using frida. It support script for trace classes, functions, and modify the return values of methods on iOS platform.\n\n👉 For iOS platform: [frida-ios-hook](https://github.com/noobpk/frida-ios-hook)\n\n## Env OS Support\n| OS      | Supported          | Noted   |\n| ------- | ------------------ | ------- |\n| Darwin  | :white_check_mark: | main\t |\n| Linux   | :white_check_mark: | sub  \t |\n| Windows | :white_check_mark: | sub\t |\n\n## Compatible with\n| Android Api   |  Frida   | Supported         |\n| ------------- | ---------| ----------------- |\n|  8.0 - Api 26 | 14.2.13  | :white_check_mark:|\n|  8.0 - Api 26 | 15.0.18  | :white_check_mark:|\n|  13.0 - Api 33 | 16.4.9  | :white_check_mark:|\n\n## Feature\n\nRunning with python3.x\n\nSupport both spawn \u0026 attach script to process.\n\n```\n[+] Options:\n\n\t-p(--package)\t\tIdentifier of application ex: com.android.calendar\n\t-n(--name) \t\tName of application ex: Calendar\n\t-s(--script) \t\tUsing script format script.js\n\t-c(--check-version) \tCheck for the newest version\n\t-u(--update) \t\tUpdate to the newest version\n\t\n\t[*] Dump memory application:\n\t\n    \t--dump-memory         Dump memory of application\n\n\t[*] Information:\n\n\t--fs-install\t    Install frida server\n\t--fs-start          Start frida server\n\t--fs-stop           Stop frida server\n\t--list-devices      List All Devices\n\t--list-apps         List the installed apps\n\t--list-scripts      List All Scripts\n\t--logcat            Show system log of device\n\t--shell             Get the shell of connect device\n\t--proxy             Config global proxy ::3128 and reverse tcp 3128:8080\n\n\t[*] Quick method:\n\n\t-m(--method)    Support commonly used methods\n\t\t\t\tbypass-root(-p)\n\t\t\t\tbypass-ssl(-p)\n\t\t\t\ti-nw-req(-p)\n\t\t\t\ti-crypto(-p)\n```\n\n## ChangeLog\n\nVersion: 1.4\n```\n\t[+] Add:\n\t\n\t\t[-] Add new frida scrips\n\t\t\t\t\n\t\t[-] Add option `--proxy` for config global proxy on device\n\t\t\n\t\t\n\t[+] Change:\n\t\t\n\t\t[-] Update readme, changelog\n\t\t\n\t\t[-] Update frida-script\n\t\t\n\t\t[-] Update hook.py\n\t\n\t[+] Fix\n\t\t\n\t\t[-] Fix bug\n\n```\n[See Full ChangeLog](https://github.com/noobpk/frida-android-hook/blob/master/CHANGELOG.md)\n\n## Install\n\n```\n\t[+] Latest version\n\t\n\t\thttps://github.com/noobpk/frida-android-hook/releases\n\t\t\n\t[+] Develop version\n\t\n\t\tgit clone -b dev https://github.com/noobpk/frida-android-hook.git\n```\n\n## Build\n\n```\n2. cd frida-android-hook/\n3. pip3 install -r requirements.txt\n4. python3 setup.py\n4. cd frida-android-hook\n```\n\n### Usage For Windows: \n\n```\n5.1 Start Frida-server: `python3 androidhook.py --fs-start`\n5.2 python3 androidhook.py --help(-h)\n5.3 rebellion :))\n```\n\n### Usage For Darwin / Linux\n\n```\n6.1 Start Frida-server: `./androidhook --fs-start`\n6.2 ./androidhook --help(-h)\n6.3 rebellion :))\n```\n[See Full Usage as Wiki](https://github.com/noobpk/frida-android-hook/wiki)\n\nIf you run the script but it doesn't work, you can try the following:\n```frida -U -f package -l script.js```\n\n## 📺 Demo Feature\n\n|N|Title|Link|\n|:---|:---|:---|\n|1||\n|2||\n|3||\n\n## Frida Scripts\n\n|N|Spawn/Attach|Script Name| Script Description|Script Version|\n|:---|:---|:---|:---|:---|\n|1|S+A|android-intercepts-crypto.js|Android Intercepts Crypto Operations|1.0|\n|2|S+A|android-logcat.js|Android logcat capture|1.0|\n|3|S+A|call-method-of-class.js|Call method of class|1.0|\n|4|S+A|dupDex.js|dupDex|1.0|\n|5|S+A|fingerprint-bypass-via-exception-handling.js|Fingerprint bypass via Exception Handling.|1.0|\n|6|S+A|fingerprint-bypass.js|Fingerprint bypass|1.0|\n|7|S+A|hook-method-of-class.js|Hook method of class|1.0|\n|8|S|raptor_frida_android_bypass.js|Raptor frida android bypass|1.0|\n|9|S|raptor_frida_android_debug.js|Raptor frida android debug|1.0|\n|10|S|raptor_frida_android_enum.js|Raptor frida android enum|1.0|\n|11|S|raptor_frida_android_findClass1.js|Raptor frida android findclass 1|1.0|\n|12|S|raptor_frida_android_findClass2.js|Raptor frida android findclass 2|1.0|\n|13|S|raptor_frida_android_lowlevel.js|Raptor frida android low level |1.0|\n|14|S|raptor_frida_android_trace.js|Raptor frida android trace|1.0|\n|15|S+A|show-all-classes-methods.js|Show all class name and method|1.0|\n|16|S+A|show-all-classes.js|Show all class name|1.0|\n|17|S+A|show-module-exported-functions.js|Show module exported function|1.0|\n|18|S+A|show-modules-exports.js|Show modules exports|1.0|\n|19|S+A|show-specific-class-methods.js|Show specific class and method|1.0|\n\n## Disclaimer\nBecause I am not a developer, so my coding skills might not be the best. Therefore, if this tool have any issue or not working for you, create an issue and i will try to fix it.\nAny suggestions for new feature and discussions are welcome!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoobpk%2Ffrida-android-hook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoobpk%2Ffrida-android-hook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoobpk%2Ffrida-android-hook/lists"}