Unity IL2CPP 反编译与分析工具。
WIP Tool to reverse Unity’s IL2CPP build process back to the original managed DLLs. The information below almost entirely applies to the CLI application available on releases. For documentation on using the "core" module – which the CLI is just a wrapper around – in your own projects, see README_CORE.md。
使用说明:The simplest usage of this application is for a windows x86 or x64 unity game. In that case you can just run;Cpp2IL-Win.exe –game-path=C:\Path\To\Your\Game;and Cpp2IL will detect your unity version, locate the files it needs, and dump the output into a cpp2il_out folder wherever you ran the command from. Assuming you have a single APK file (not an APKM), and are running at least cpp2il 2021.4.0, you can use the same argument as above but pass in the path to the APK, and cpp2il will extract the files it needs from the APK.。
















