Home
提示
此博客托管在GitHub Pages ,直连效果可能不佳。
导航快捷键
F , S , / : 开始搜索
 Esc , Tab : 关闭搜索
 Down , Up : 选择搜索结果
 Enter : 确定搜索结果
 P , , : 下一页
 N , . : 上一页 
Good artists copy; Great artists steal.
上新¶
- 最常用的PLT Hook框架:xHook
 - 剖析hprof文件的两种主要裁剪流派
 - AndResGuard资源混淆原理浅析
 - Matrix-ApkChecker:安装包分析检测工具
 - 浅析AGP+ASM:Matrix插桩插件解析
 - 微信开源APM框架——Matrix源码解析
 
新品文章关系图,label 点击可跳转
graph LR;
    xHook([xHook]) --- hprof([hprof裁剪 - KOOM流派]);
    xHook --- IOCanary([Matrix - IOCanary]);
    xHook --- SignalAnrTracer([Matrix - SignalAnrTracer]);
    IOCanary --- Matrix([Matrix]);
    SignalAnrTracer --- Matrix;
    ApkChecher([Matrix - ApkChecher]) --- Matrix;
    插桩([Matrix - 插桩插件]) --- Matrix;
    hprof --- 性能优化;
    Matrix --- 性能优化([性能优化]);
    AndResGuard([AndResGuard]) --- 性能优化;
    click xHook "/android/3rd-library/xhook"
    click hprof "/android/3rd-library/hprof-shrink/"
    click IOCanary "/android/3rd-library/matrix-io"
    click SignalAnrTracer "/android/3rd-library/matrix/#4-anrsignalanrtracer"
    click Matrix "/android/3rd-library/matrix"
    click ApkChecher "/android/3rd-library/matrix-apk-checker/"
    click 插桩 "/android/3rd-library/matrix-trace-plugin/"
    click AndResGuard "/android/3rd-library/andresguard/"