PAGalaxyLab / YAHFA

Yet Another Hook Framework for ART
GNU General Public License v3.0
1.56k stars 350 forks source link

[MethodResolve]use java to fix method resolve(6.0.1 ARM64,6.0.1 ARM32… #93

Closed ganyao114 closed 5 years ago

ganyao114 commented 5 years ago

修复了 6.0 64位 dex_cache_resolved_methods 偏移错误的问题

优先修改 java 层 Method -> Class -> DexCache -> resolvedMethods 进行替代

Java 层 resolvedMethods 映射到 ART 层 mirror 内的 dex_cache_resolved_methods

ganyao114 commented 5 years ago

目前测了 6.0 32/64 和 8.0 64

rk700 commented 5 years ago

ganyao114 commented 5 years ago

昨天没找到 5.0 的设备。。。今天测了下 5.0 还是有问题的,修复代码已经提 pr 了,麻烦您看一下了