Posted 2016-07-01Updated 2016-07-03 admin Android安全25 minutes read (About 3696 words)Android UI 期末作业分析(附代码)以一次作业为例,分析Android上常见的UI风格的实现,并整理一些链接及官方实现。Read more
Posted 2016-06-25Updated 2016-06-27 admin Android安全19 minutes read (About 2791 words)Android Decompiler / 初探反编译本文对 Android 反编译领域进行了简要的分析,如何进行反编译,以及如何混淆如何加密如何加壳,以及其对策,进行了实践和探索。Read more
Posted 2016-06-21Updated 2016-06-23 admin Android安全12 minutes read (About 1787 words)LogCat 及 Log 的一些思考Android 系统是如何实现 Log 机制的,以及有关 Log 的一些问题,smali 注入,so 打 log,屏蔽 log 输出,查看内核日志等。Read more
Posted 2016-06-17Updated 2016-06-18 admin Android安全7 minutes read (About 1023 words)捕捉 android 网络流量及中间人攻击一些捕捉 android 网路流量的方式以及认识中间人攻击的方式和利用Read more
Posted 2016-06-08Updated 2016-06-09 admin Android安全13 minutes read (About 1875 words)自己动手写 drozer 模块drozer 采用了模块化的设计,用户可以自由地定制一些Python模块和dex模块。Read more