<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Android 逆向工程 Cookbook - 逆向工程 Cookbook</title><link>https://overkazaf.github.io/reverse_engineering/android/</link><description>Android 与 Web 逆向工程实战手册</description><generator>Hugo 0.147.7 &amp; FixIt v0.4.0-alpha.3-20251224074056-4fec1cda</generator><language>zh-CN</language><managingEditor>overkazaf@gmail.com (+5)</managingEditor><webMaster>overkazaf@gmail.com (+5)</webMaster><lastBuildDate>Sun, 08 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://overkazaf.github.io/reverse_engineering/android/index.xml" rel="self" type="application/rss+xml"/><item><title>快速入门</title><link>https://overkazaf.github.io/reverse_engineering/android/00-quick-start/</link><pubDate>Wed, 06 Mar 2024 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/00-quick-start/</guid><description>&lt;h1 class="heading-element" id="快速入门">&lt;span>快速入门&lt;/span>
 &lt;a href="#%e5%bf%ab%e9%80%9f%e5%85%a5%e9%97%a8" class="heading-mark">
 &lt;svg class="octicon octicon-link" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true">&lt;path d="m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z">&lt;/path>&lt;/svg>
 &lt;/a>
&lt;/h1>&lt;p>欢迎！这个指南将帮助你在 &lt;strong>10 分钟内&lt;/strong>完成第一次 Android 逆向分析。&lt;/p></description></item><item><title>案例研究</title><link>https://overkazaf.github.io/reverse_engineering/android/03-case-studies/</link><pubDate>Sun, 08 Jun 2025 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/03-case-studies/</guid><description>&lt;p>本章收录了多个真实 Android 应用的逆向分析案例，涵盖不同行业和技术栈。通过这些实战案例，读者可以了解从抓包、脱壳到协议还原的完整分析流程，并掌握应对各类反分析手段的思路与方法。&lt;/p></description></item><item><title>实战配方</title><link>https://overkazaf.github.io/reverse_engineering/android/01-recipes/</link><pubDate>Wed, 04 Jun 2025 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/01-recipes/</guid><description>&lt;p>本章汇集了 Android 逆向工程中各类实战场景的解决方案。内容按照具体任务类型进行组织，覆盖从分析、脱壳到自动化工程的完整工作流程，旨在为读者提供可直接复用的技术配方。&lt;/p></description></item><item><title>附录</title><link>https://overkazaf.github.io/reverse_engineering/android/05-appendix/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/05-appendix/</guid><description>&lt;p>本附录收录了学习 Android 逆向工程的补充资源，包括术语表、推荐学习材料、开源项目合集以及实战练习平台。这些资源可以帮助读者拓宽视野、巩固知识、持续提升逆向分析能力。&lt;/p></description></item><item><title>工具指南</title><link>https://overkazaf.github.io/reverse_engineering/android/02-tools/</link><pubDate>Mon, 07 Oct 2024 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/02-tools/</guid><description>&lt;p>本章收录了 Android 逆向工程中常用的各类工具指南，涵盖动态分析、静态分析以及日常开发调试所需的速查手册。无论你是刚入门的初学者还是有经验的逆向工程师，都能在这里找到对应工具的使用方法和原理解析。&lt;/p></description></item><item><title>参考资料</title><link>https://overkazaf.github.io/reverse_engineering/android/04-reference/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><author>overkazaf@gmail.com (+5)</author><guid>https://overkazaf.github.io/reverse_engineering/android/04-reference/</guid><description>&lt;p>本章提供 Android 逆向工程所需的参考资料，从底层基础知识到工程实践再到进阶主题，帮助读者建立完整的知识体系。无论是初学者查阅基础概念，还是有经验的工程师寻找工程化方案，都可以在这里找到对应的参考内容。&lt;/p></description></item></channel></rss>