SamboyCoding / Cpp2IL

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

Error while building assemblies #197

Closed bence0585 closed 1 year ago

bence0585 commented 1 year ago

Reversing the game "Fishing Planet" on build Milestone 2022.0.7 returns with an error. Running it with the latest preview (Milestone Preview: 2022.1.0#10), the tool finishes but I don't get a dummy-dll output.

System: Win11 x64 Game version: 2020.3.40 IL2CPP version: 27.1

Folder of game: explorer_FnkaWZpdKW

Output in terminal: WindowsTerminal_fQaLQJl9O6

Output log: https://gist.github.com/bence0585/10fac948fbb40aadab3e1edecfab9da8

SamboyCoding commented 1 year ago

If you just want dummy-dll output, you can run the latest preview and add --output-as dummydll to the command line

bence0585 commented 1 year ago

That was exactly what I was looking for. Thank you so much for all the work you do, and may your holidays be full of warmth and cheer!