{"id":13538414,"url":"https://github.com/crifan/android_app_security_crack","last_synced_at":"2026-01-22T20:39:00.024Z","repository":{"id":37413205,"uuid":"180590321","full_name":"crifan/android_app_security_crack","owner":"crifan","description":"安卓应用的安全和破解","archived":false,"fork":false,"pushed_at":"2024-10-07T03:58:30.000Z","size":30398,"stargazers_count":1260,"open_issues_count":3,"forks_count":211,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-02T05:43:26.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/crifan.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":"2019-04-10T13:41:56.000Z","updated_at":"2025-04-01T02:38:43.000Z","dependencies_parsed_at":"2024-01-12T03:36:01.434Z","dependency_job_id":"e49093b0-2c8e-4a0c-bb49-fb193a9d74cb","html_url":"https://github.com/crifan/android_app_security_crack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crifan/android_app_security_crack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crifan%2Fandroid_app_security_crack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crifan%2Fandroid_app_security_crack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crifan%2Fandroid_app_security_crack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crifan%2Fandroid_app_security_crack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crifan","download_url":"https://codeload.github.com/crifan/android_app_security_crack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crifan%2Fandroid_app_security_crack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28670487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T19:36:09.361Z","status":"ssl_error","status_checked_at":"2026-01-22T19:36:05.567Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-01T09:01:11.627Z","updated_at":"2026-01-22T20:38:59.986Z","avatar_url":"https://github.com/crifan.png","language":"Makefile","funding_links":[],"categories":["\u003ca id=\"06fccfcc4faa7da54d572c10ef29b42e\"\u003e\u003c/a\u003e移动\u0026\u0026Mobile","\u003ca id=\"2110ded2aa5637fa933cc674bc33bf21\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"fe88ee8c0df10870b44c2dedcd86d3d3\"\u003e\u003c/a\u003eAndroid","\u003ca id=\"63fd2c592145914e99f837cecdc5a67c\"\u003e\u003c/a\u003e新添加的1"],"readme":"# 安卓应用的安全和破解\n\n* 最新版本：`v4.0.2`\n* 更新时间：`20241007`\n\n## 简介\n\n总结安卓应用的正向安装和逆向破解；先是安卓正向和逆向的概述；然后是安卓背景知识介绍，包括安卓基本框架、apk编译打包流程、以及相关知识，包括apk文件、dex文件、安卓虚拟机的Dalvik和ART，以及Smali。接着介绍安装正向的加固手段发展历史，包括VMP；以及防静态分析，包括加壳加固，为何要加壳，以及常见的加固服务提供商，和代码混淆的ProGuard和Obfuscator-LLVM，以及防动态调试。然后是安卓逆向破解，以及系列子教程。\n\n## 源码+浏览+下载\n\n本书的各种源码、在线浏览地址、多种格式文件下载如下：\n\n### HonKit源码\n\n* [crifan/android_app_security_crack: 安卓应用的安全和破解](https://github.com/crifan/android_app_security_crack)\n\n#### 如何使用此HonKit源码去生成发布为电子书\n\n详见：[crifan/honkit_template: demo how to use crifan honkit template and demo](https://github.com/crifan/honkit_template)\n\n### 在线浏览\n\n* [安卓应用的安全和破解 book.crifan.org](https://book.crifan.org/books/android_app_security_crack/website/)\n* [安卓应用的安全和破解 crifan.github.io](https://crifan.github.io/android_app_security_crack/website/)\n\n### 离线下载阅读\n\n* [安卓应用的安全和破解 PDF](https://book.crifan.org/books/android_app_security_crack/pdf/android_app_security_crack.pdf)\n* [安卓应用的安全和破解 ePub](https://book.crifan.org/books/android_app_security_crack/epub/android_app_security_crack.epub)\n* [安卓应用的安全和破解 Mobi](https://book.crifan.org/books/android_app_security_crack/mobi/android_app_security_crack.mobi)\n\n## 版权和用途说明\n\n此电子书教程的全部内容，如无特别说明，均为本人原创。其中部分内容参考自网络，均已备注了出处。如发现有侵权，请通过邮箱联系我 `admin 艾特 crifan.com`，我会尽快删除。谢谢合作。\n\n各种技术类教程，仅作为学习和研究使用。请勿用于任何非法用途。如有非法用途，均与本人无关。\n\n## 鸣谢\n\n感谢我的老婆**陈雪**的包容理解和悉心照料，才使得我`crifan`有更多精力去专注技术专研和整理归纳出这些电子书和技术教程，特此鸣谢。\n\n## 其他\n\n### 作者的其他电子书\n\n本人`crifan`还写了其他`150+`本电子书教程，感兴趣可移步至：\n\n[crifan/crifan_ebook_readme: Crifan的电子书的使用说明](https://github.com/crifan/crifan_ebook_readme)\n\n### 关于作者\n\n关于作者更多介绍，详见：\n\n[关于CrifanLi李茂 – 在路上](https://www.crifan.org/about/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrifan%2Fandroid_app_security_crack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrifan%2Fandroid_app_security_crack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrifan%2Fandroid_app_security_crack/lists"}