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

I get multiple occurrences of an offset if I search the whole dump.cs generated. 0xd68edc for example, when I search for this offset in the dump.cs, I get 800 occurrences....

```// Dll : Game-name.dll // Namespace: public class ItemDefense : ItemEquip

When trying to use Zygisk-Il2CppDumper on Memuplay running Android 7.1 with Magisk Delta 25210, it gets stuck on arm path and there is no dump.cs output ![image](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/127546925/3fbff5b7-9451-4ab3-b03f-a50f00d055b5) on Android 9.0,...

大佬,奇门zhi上这游戏不管用Zygisk-Il2CppDumper 还是Il2CppDumper 都没法dump出来有用的信息,atk hp cd什么都搜不到。想请问这个是什么情况?谢谢 下载:https://www.milu.com/qmzssqtylsc/

In the `dump.cs`, I can see the classes and their declarations, but not the implementation for the methods ![image](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/152733513/34c1d8c1-74ef-4bb6-91f3-d881e3e4314d) Is this supposed to happen? Any way to get the full...

嗨,抱歉这是个已经问过的问题,在某些游戏中目标模块libil2cpp.so可能存在延迟加载的可能,使用frida来获得基址时需要延迟几秒进行等待游戏载入。也许判断目标模块是否加载的逻辑已经有了,但不知道是游戏保护还是什么原因并没有在dump.cs找到偏移。也许您已经将他移除,我没有仔细看代码如何输出dump.cs 下面是输出的日志截图 ![Screenshot_20231219-155653_Termux~2](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/61140679/69b7ff58-8db9-4525-852c-9b56316342f1) ![Screenshot_20231219-155755_MT管理器](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/61140679/f4ee1097-4271-49e7-ada2-dcace89a5d2a)

![image](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/32938569/ab55a219-83c2-4dc6-9656-8e0aa57cf956) how to get type of List or Dictionary ?

![Screenshot_2023-12-08-17-29-27-845_cn wps xiaomi abroad lite](https://github.com/Perfare/Zygisk-Il2CppDumper/assets/149746335/1aeb6872-783d-484f-aed1-1e66a366ec1d) Package name "com.survival.last" Game dawn of zombie : survival

对于com.miHoYo.NapCb,装载了模块后刚打开游戏就直接崩溃

I tried with Among Us and it woks but for the game: **Critical Ops**. It does just crash without creating a `dump.cs`. I don't know what is the problem with...