vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Il2Cpp.dump() encounters an error when running on versions higher than 0.8.5.

FrothierNine346 opened this issue · comments

App package name: com.hypergryph.arknights
Unity Version: 2017.4.39f1
This is the error content
image

After checking, the problem is caused by the following code
image

In version 0.9.0, running succeeds when the specific code section is reverted to the version from 0.8.5.
image