djkaty / Il2CppInspector

Powerful automated tool for reverse engineering Unity IL2CPP binaries
http://www.djkaty.com
GNU Affero General Public License v3.0
2.62k stars 430 forks source link

Support iOS libraries #177

Open gabriel-nsiqueira opened 3 years ago

gabriel-nsiqueira commented 3 years ago

I would like to ask for support for ios libraries. When I use Prefare's Il2CppDumper to dump an ios library, it dumps it correctly. When I tried with Il2CppInspector, it didnt dump I got an error saying it could not process the il2cpp image. The library is not encrypted.

Here's a screenshot of the attempt with Il2CppInspector:

Screen Shot 2021-08-02 at 14 51 26

and here's a screenshot of the attempt with Prefare's Il2CppDumper:

Screen Shot 2021-08-02 at 14 53 25
gabriel-nsiqueira commented 3 years ago

Here is the library and metadata im using if needed: https://drive.google.com/file/d/184_yvRgfEhG8YKOeXryJ0MDXz_UTxpoW/view?usp=sharing https://drive.google.com/file/d/1evlEx-U4dx3zPMaZ4qAtTh6-1LJD9CyX/view?usp=sharing The game is on unity version 2020.2.6 btw