You signed in with another tab or window. Reloadto refresh your session. You signed out in another tab or window. Reloadto refresh your session. You switched accounts on another tab or window.
本文通过讲述 Android 动态链接库 so 的加载过来,已经 so 的加载原理,可以对加载的整个流程有个清晰的认识,有助于对后续学习热修复有比较好的帮助。 下面代码分析的源码都是以 Android 9.0 版。 1 Android So 的加载过程 在 Android 添加 SO 有两种方式,一种是调用 ...