An open API service indexing awesome lists of open source software.

https://github.com/hijesse/android-patcher

Tinker V1.7.5 源码解析
https://github.com/hijesse/android-patcher

android hotfix tinker

Last synced: 10 months ago
JSON representation

Tinker V1.7.5 源码解析

Awesome Lists containing this project

README

          

#Android-Patcher

基于Tinker V1.7.5 注释源码,持续更新.

* [Android 热修复方案Tinker(一) Application改造](http://blog.csdn.net/l2show/article/details/53187548)
* [Android 热修复方案Tinker(二) 补丁加载流程](http://blog.csdn.net/l2show/article/details/53240023)
* [Android 热修复方案Tinker(三) Dex补丁加载](http://blog.csdn.net/l2show/article/details/53307523)
* [Android 热修复方案Tinker(四) 资源补丁加载](http://blog.csdn.net/l2show/article/details/53454933)
* [Android 热修复方案Tinker(五) SO补丁加载](http://blog.csdn.net/l2show/article/details/53573945)
* [Android 热修复方案Tinker(六) Gradle插件实现](http://blog.csdn.net/l2show/article/details/53925543)
* [Android 热修复方案Tinker(七) 插桩实现](http://blog.csdn.net/l2show/article/details/54846682)