Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.14k stars 5.27k forks source link

夜神模拟器7.0.5.5 无法获取到arm_handle? #132

Closed liusj5257 closed 1 year ago

liusj5257 commented 1 year ago

Log: 2023-04-15 19:05:07.825 10946-10946 Perfare pid-10946 I detect game: com.bilibili.azurlane 2023-04-15 19:05:07.902 10946-10953 Perfare pid-10946 I hack thread: 10946 2023-04-15 19:05:07.902 10946-10953 Perfare pid-10946 I api level: 25 2023-04-15 19:05:12.904 10946-10953 Perfare pid-10946 I nb 0x1b023189 2023-04-15 19:05:12.904 10946-10953 Perfare pid-10946 I NativeBridgeLoadLibrary 0xba776c10 2023-04-15 19:05:12.904 10946-10953 Perfare pid-10946 I NativeBridgeLoadLibraryExt 0x0 2023-04-15 19:05:12.904 10946-10953 Perfare pid-10946 I NativeBridgeGetTrampoline 0xba776d60 2023-04-15 19:05:12.906 10946-10953 Perfare pid-10946 I JNI_GetCreatedJavaVMs 0xd27bebc0 2023-04-15 19:05:12.907 10946-10953 Perfare pid-10946 I arm path /proc/self/fd/57

Perfare commented 1 year ago

碧蓝航线有多架构,夜神模拟器安装的时候默认安装arm架构的游戏,但是因为模拟器本身环境是x86_64,所以载入的x86_64模块会选择载入arm64的so,其实可以考虑写个判断,不过我懒得加了,你可以考虑使用adb install --abi arm64-v8a重新安装下游戏

liusj5257 commented 1 year ago

之前默认安装的是32位的夜神模拟器, 不能使用adb install --abi arm64-v8a 安装游戏 , 更换64位的模拟器后确实解决了问题,感谢dalao

liusj5257 commented 1 year ago

大佬, xdl 版本不能注入 MIUI 的安卓13 而dobby 版本可以注入

Perfare commented 1 year ago

大佬, xdl 版本不能注入 MIUI 的安卓13 而dobby 版本可以注入

小米12su MIUI 14.0.12 安卓13 测试通过 红米K40 MIUI V14.0.5 安卓13 测试通过

liusj5257 commented 1 year ago

找到错误了,有个调用多加了个空格导致了