Tinker原始碼分析

xingstarx發表於2018-01-18

全量替換dex

dexDiff演算法

參考 dodola的https://www.zybuluo.com/dodola/note/554061

010editor 用來檢視dex檔案的結構格式 dexdump 將dex 轉為smali程式碼 dexdump -d xxxx.dex > xxxx.smali http://blog.csdn.net/doon/article/details/51691627

為什麼我自己測試的dex格式中的code片段的內容不一樣呢

bytecode說明

AndroidN存在的問題

QZone的方案,classLoader,插樁

相關文章