Help! global-metadata.dat encrypted

Suiti

Platinian
I'm facing problems in the game called virtual droid 2, I could download it normally 4 updates ago, but now the globa-metadata.dat error appears, I've already opened libil2cpp.so in Ida Pro and I didn't find anything, I've looked at the forum and nothing similar😕


Note: I've already tested Tools, zygisk dumper, Riru Dumper, GameGuardian Dump, and more
 

Attachments

  • imagem_2024-12-30_194439633.png
    imagem_2024-12-30_194439633.png
    28.7 KB · Views: 42
  • ep1.PNG
    ep1.PNG
    12.7 KB · Views: 43
  • ep2.PNG
    ep2.PNG
    83.3 KB · Views: 37
  • ep3.PNG
    ep3.PNG
    46.2 KB · Views: 42
I can make modifications to the game normally, but the real problem is that I can't dump it because of the protection of global-metadata.dat
It's because it's protected. Unfortunately, I do go through this myself as well. I suggest you just make modifications and trial and error until you find something relevant.
 
check if it has il2cpp symbols using ida, if it doesnt then you will have to remap and find out where each il2cpp method is (i suggest you try pattern scanning to find this), if that doesnt work then you can use tools such as stackplz (repo is GitHub - SeeFlowerX/stackplz: 基于eBPF的堆栈追踪工具) to hook open/openat/mmap methods and find out how and where the metadata is loaded, and work your way out from there to dump properly the entire game [you will need root for this]
 
Back
Top Bottom