I try to dump libil2cpp.so and global-metadata.dat from a game called Critical Ops but I can’t.
I tried decompiling the apk (from apkpure) taking the needed file in there but they are invalid for il2cpp dumper.
I also tried Zygisk il2cpp dumper to dump it from memory but the Game crash. Also tried libil2cppdumper.so that I put in the game’s apk and executed in MainActivity’s smali file but same thing it always crashs the game. I even froze the game to prevent it from crashing but it crash anyways
Finally I tried with gameguardians scripts to dump il2cpp but they are invalid like the first method I used.
I think the 2 files are encrypted and then they are decrypted at the very start of the game but the put a protection to detect memory reading at location of these 2 files or something like that and then they are freed of the memory so I can’t dump them with gg scripts.
Thank for reading me and I hope someone can help me!
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
Adamoumou
Hello,
I try to dump libil2cpp.so and global-metadata.dat from a game called Critical Ops but I can’t.
I tried decompiling the apk (from apkpure) taking the needed file in there but they are invalid for il2cpp dumper.
I also tried Zygisk il2cpp dumper to dump it from memory but the Game crash. Also tried libil2cppdumper.so that I put in the game’s apk and executed in MainActivity’s smali file but same thing it always crashs the game. I even froze the game to prevent it from crashing but it crash anyways
Finally I tried with gameguardians scripts to dump il2cpp but they are invalid like the first method I used.
I think the 2 files are encrypted and then they are decrypted at the very start of the game but the put a protection to detect memory reading at location of these 2 files or something like that and then they are freed of the memory so I can’t dump them with gg scripts.
Thank for reading me and I hope someone can help me!
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.