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

Game crashes as soon as it tries to dump APK: https://apkcombo.com/takt-op-symphony/com.dgames.g65002002.google/ ``` 07-12 22:09:38.103 I/Perfare (26527): detect game: com.dgames.g65002002.google 07-12 22:09:38.127 I/Perfare (26527): hack thread: 26541 07-12 22:09:38.127 I/Perfare (26527):...

So all dll in dump.cs only showing Script.dll any information to fix it???

遊戲內有個解密函數傳回byte[],已經成功調用,但寫出到檔案時就崩潰了。程式如下: ```cpp typedef Il2CppArray *(*GetBytes)(Il2CppString *); // method為解蜜函數 auto ptr = ((GetBytes) method->methodPointer)( il2cpp_string_new("/path/to/encrypted/file") ); auto outPath = "/path/to/write/out"; std::ofstream outStream(outPath, std::ios::binary); auto rawData = ptr->vector; for (int j =...

dalao,X86模拟器不知道为什么path无法打开,我看log路径是存在的 2023-05-13 12:18:22.008 2086-2086 Perfare pid-2086 I path zygisk/armeabi-v7a.so 2023-05-13 12:18:22.008 2086-2086 Perfare pid-2086 I File permissions: 100644 2023-05-13 12:18:22.008 2086-2086 Perfare pid-2086 I Last access time: 1683951376 2023-05-13 12:18:22.008...

question

源代码 `//TODO 获取构造函数初始化后的字段值 if (attrs & FIELD_ATTRIBUTE_LITERAL && is_enum) { uint64_t val = 0; il2cpp_field_static_get_value(field, &val); outPut