SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.6k stars 187 forks source link

Can't dump #169

Closed IroniaTheMaster closed 1 year ago

IroniaTheMaster commented 1 year ago

Hello. So, I'm trying to do this with a decrypted metadata, I managed to decrypt it, however, when testing on Il2CppDumper-v6.7.25 it works, but in this program, it doesn't work. (it's from an android game). Any solution? Some tell me to put the global-metadata.dat in the visual code. but how is this possible? xD

SamboyCoding commented 1 year ago

Dumped ELF files require additional support which I have little interest in implementing

IroniaTheMaster commented 1 year ago

are you talking about libil2cpp.so? or the global-metadata.dat? how do i get a solution?

SamboyCoding commented 1 year ago

libil2cpp.so

IroniaTheMaster commented 1 year ago

libil2cpp.so

is there any way to convert this?