an338789 发表于 2021-7-5 13:03

求助APK逆向

在用II2cppdumper时,选了so文件和metadata文件之后,输入unity版本号,然后选择auto(advanced),结果报错说选择这个模式不对,不知道问题出在Unity版本还是出在哪里,


Input Unity version (Just enter the first two numbers eg. 5.6, 2017.1):
5.6
Initializing metadata...
Select Mode: 1.Manual 2.Auto 3.Auto(Advanced) 4.Auto(Plus) 5.Auto(Symbol)
Initializing il2cpp file...
Applying relocations...
Searching...
System.Exception: ERROR: Can't use this mode to process file, try another mode.
   在 Il2CppDumper.Program.Init(Byte[] il2cppBytes, Byte[] metadataBytes) 位置 C:\projects\il2cppdumper\Il2CppDumper\Program.cs:行号 243
   在 Il2CppDumper.Program.Main(String[] args) 位置 C:\projects\il2cppdumper\Il2CppDumper\Program.cs:行号 87
Press any key to exit...

涛之雨 发表于 2021-7-5 14:48

使用最新版的il2cppdumper,新版没有版本选项,会自动识别
附上链接
https://github.com/Perfare/Il2CppDumper

风绕柳絮轻敲雪 发表于 2021-7-5 16:35

用这个吧,有图形界面,自动识别,把app扔进去就完事了
https://ftp.bmp.ovh/imgs/2021/07/0f5c18a2378836e0.png
https://github.com/djkaty/Il2CppInspector/releases

an338789 发表于 2021-7-6 08:48

涛之雨 发表于 2021-7-5 14:48
使用最新版的il2cppdumper,新版没有版本选项,会自动识别
附上链接
https://github.com/Perfare/Il2CppD ...

好的,谢谢!

an338789 发表于 2021-7-6 08:51

风绕柳絮轻敲雪 发表于 2021-7-5 16:35
用这个吧,有图形界面,自动识别,把app扔进去就完事了

https://github.com/djkaty/Il2CppInspector/rel ...

好的,感谢!
页: [1]
查看完整版本: 求助APK逆向