Zygisk-Il2CppDumper icon indicating copy to clipboard operation
Zygisk-Il2CppDumper copied to clipboard

Using Zygisk to dump il2cpp data at runtime

Results 81 Zygisk-Il2CppDumper issues
Sort by recently updated
recently updated
newest added

com.gof.global is crashing : ``` 08-04 23:58:05.789 6963 6963 I Perfare : detect game: com.gof.global 08-04 23:58:05.812 6963 6963 D nativebridge: PreInitializeNativeBridge name=zygote64 instruction_set=arm64 08-04 23:58:05.812 6963 6963 I Zygote...

夜神模拟器 Magisk Delta版本25206 我装别的Magisk 都没办法开启Zygisk 有什么建议可以输出dump.cs吗?下面是输出目标目录的截图,文件只有这些 ![Snipaste_2023-11-02_08-09-42](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/50344179/d1226d0c-6b2a-4bc9-ac39-0f3d968e7d83) ![Snipaste_2023-11-02_07-56-39](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/50344179/43c196d3-87f6-43d6-9f0f-7e7726044843) ![Snipaste_2023-11-02_12-03-48](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/50344179/205b22c4-b74f-4036-ae79-3a5a01ff15e9)

dump出来的偏移大多来自同一个地址,看了几天hybridclr的源码没办法改造dumper,只能把整个热更新dll拷出来修改= =

Can you add .dll dump options for this? Thanks

`Nullable` type export error The following code can be obtained normally through `Il2CppDumper` ``` public Nullable DataList(int j) { } ``` Using `Zygisk-Il2CppDumper` but getting wrong type ``` public Nullable`1...

Hai, I tried to generate `dump.cs` for game package name `com.mobile.legends`, I started the game and it's not generate the `dump.cs`. But, one of other game I tried it does...