{"id":23773137,"url":"https://github.com/ctkqiang/mobileappanalyzer","last_synced_at":"2025-04-12T18:32:15.229Z","repository":{"id":242347309,"uuid":"806697382","full_name":"ctkqiang/MobileAppAnalyzer","owner":"ctkqiang","description":"这个仓库包含了一个用于分析移动应用文件（APK 和 IPA）的 Ruby 脚本。它能够提取这些文件并运行诸如 APKTool 和 JADX（用于 Android）以及 class-dump（用于 iOS）等工具进行分析。该脚本支持对 Android APK 文件和 iOS IPA 文件进行详细分析，包括提取和解析文件内容，并能自动下载和安装所需的工具。","archived":false,"fork":false,"pushed_at":"2024-06-02T11:21:34.000Z","size":3384,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T12:51:09.293Z","etag":null,"topics":["android","apktool","china","class-dump-swift","hacking","ios","metaspoilt","ruby","tool"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/ctkqiang.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"ctkqiang","patreon":"ctkqiang","custom":["https://qr.alipay.com/fkx19369scgxdrkv8mxso92","https://donate.stripe.com/00gg2nefu6TK1LqeUY","https://www.paypal.com/paypalme/ctkqiang","https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true"]}},"created_at":"2024-05-27T17:53:04.000Z","updated_at":"2024-10-24T19:26:53.000Z","dependencies_parsed_at":"2024-06-02T12:47:23.213Z","dependency_job_id":null,"html_url":"https://github.com/ctkqiang/MobileAppAnalyzer","commit_stats":null,"previous_names":["ctkqiang/mobileappanalyzer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FMobileAppAnalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FMobileAppAnalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FMobileAppAnalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FMobileAppAnalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctkqiang","download_url":"https://codeload.github.com/ctkqiang/MobileAppAnalyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613326,"owners_count":21133492,"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","apktool","china","class-dump-swift","hacking","ios","metaspoilt","ruby","tool"],"created_at":"2025-01-01T05:35:37.010Z","updated_at":"2025-04-12T18:32:15.201Z","avatar_url":"https://github.com/ctkqiang.png","language":"Ruby","funding_links":["https://ko-fi.com/ctkqiang","https://patreon.com/ctkqiang","https://qr.alipay.com/fkx19369scgxdrkv8mxso92","https://donate.stripe.com/00gg2nefu6TK1LqeUY","https://www.paypal.com/paypalme/ctkqiang","https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true","https://ko-fi.com/F1F5VCZJU"],"categories":[],"sub_categories":[],"readme":"# MobileAppAnalyzer\n\nMobileAppAnalyzer 是一个用于分析移动应用文件（APK 和 IPA）的 Ruby 脚本。它提取这些文件，并运行像 APKTool 和 JADX（针对 Android），以及 class-dump（针对 iOS）等工具。\n\n## 功能\n\n- **Android APK 分析：**\n  - 提取 APK\n  - 运行 APKTool\n  - 运行 JADX\n\n- **iOS IPA 分析：**\n  - 提取 IPA\n  - 运行 class-dump\n\n- **工具管理：**\n  - 自动下载和安装必要的工具\n\n## 前提条件\n\n- Ruby\n- `git`\n- `brew`（适用于 macOS）\n\n## 使用方法\n\n1. 克隆仓库：\n\n    ```sh\n    git clone https://github.com/ctkqiang/MobileAppAnalyzer.git\n    cd MobileAppAnalyzer\n    ```\n\n2. 运行分析器：\n\n    ```sh\n    ruby analyse.rb \u003cfile_path\u003e \u003coutput_dir\u003e\n    ```\n\n    - `\u003cfile_path\u003e`: APK 或 IPA 文件的路径\n    - `\u003coutput_dir\u003e`: 分析输出的目录\n\n示例：\n\n```sh\nruby analyse.rb myapp.apk analysis_output\n```\n\n\n\n### 个人捐赠支持\n如果您认为该项目对您有所帮助，并且愿意个人捐赠以支持其持续发展和维护，🥰我非常感激您的慷慨。\n您的捐赠将帮助我继续改进和添加新功能到该项目中。 通过财务捐赠，您将有助于确保该项目保持免\n费和对所有人开放。即使是一小笔捐款也能产生巨大的影响，也是对我个人的鼓励。\n\n以下是我的支付宝二维码，您可以扫描二维码进行个人捐赠：\n\n\u003cbr /\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; margin-bottom: 20px;\"\u003e\n  \u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9863.jpg?raw=true\" style=\"height: 500px !important; width: 350px !important;\"\u003e\n \n  \u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true\" style=\"height: 500px !important; width: 350px !important;\"\u003e\n\u003c/div\u003e\n\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F5VCZJU)\n\n## 爱心捐款\n\u003ca href=\"https://qr.alipay.com/fkx19369scgxdrkv8mxso92\"\u003e\u003cimg src=\"https://img.shields.io/badge/alipay-00A1E9?style=for-the-badge\u0026logo=alipay\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://ko-fi.com/F1F5VCZJU\"\u003e\u003cimg src=\"https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.paypal.com/paypalme/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://donate.stripe.com/00gg2nefu6TK1LqeUY\"\u003e\u003cimg src=\"https://img.shields.io/badge/Stripe-626CD9?style=for-the-badge\u0026logo=Stripe\u0026logoColor=white\"\u003e\u003c/a\u003e\n\n## 关注我\n\u003ca href=\"https://twitch.tv/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/Twitch-9146FF?style=for-the-badge\u0026logo=twitch\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://open.spotify.com/user/22sblyn4dsymya3xinw3umhai\"\u003e\u003cimg src=\"https://img.shields.io/badge/Spotify-1ED760?\u0026style=for-the-badge\u0026logo=spotify\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.tiktok.com/@ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/TikTok-000000?style=for-the-badge\u0026logo=tiktok\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://stackoverflow.com/users/10758321/%e9%92%9f%e6%99%ba%e5%bc%ba\"\u003e\u003cimg src=\"https://img.shields.io/badge/Stack_Overflow-FE7A16?style=for-the-badge\u0026logo=stack-overflow\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.facebook.com/JohnMelodyme/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge\u0026logo=facebook\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.instagram.com/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.linkedin.com/in/ctkqiang/\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://linktr.ee/ctkqiang.official\"\u003e\u003cimg src=\"https://img.shields.io/badge/linktree-39E09B?style=for-the-badge\u0026logo=linktree\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9245.JPG?raw=true\"\u003e\u003cimg src=\"https://img.shields.io/badge/WeChat-07C160?style=for-the-badge\u0026logo=wechat\u0026logoColor=white\"\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fmobileappanalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctkqiang%2Fmobileappanalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fmobileappanalyzer/lists"}