Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Work-in-progress tool to reverse unity's IL2CPP toolchain.

Results 71 Cpp2IL issues
Sort by recently updated
recently updated
newest added

Based on https://github.com/Perfare/Il2CppDumper Not quite done: * There's a couple dozen compile errors left. * It needs an output format. * I have not tested this on any games. *...

Improved links to released and nightlys. Removed references to obsolete GUI project.

Bumps [Disarm](https://github.com/SamboyCoding/Disarm) from 2022.1.0-master.34 to 2022.1.0-master.36. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Disarm&package-manager=nuget&previous-version=2022.1.0-master.34&new-version=2022.1.0-master.36)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

This was already mentioned in #cpp2il-support, I'm making this issue for organization. example: ![image](https://github.com/SamboyCoding/Cpp2IL/assets/58223632/96a8a7ec-8814-4ab2-a0cd-4d27559894b2) ![image](https://github.com/SamboyCoding/Cpp2IL/assets/58223632/3ea3ad9f-671b-4993-bb69-0bba40e280da) The method in the interface is public, but the method in the implementing class is...

bug
output-format: dummydll

https://files.catbox.moe/0pmbly.dll https://files.catbox.moe/dud00i.dat files as per the discord conversation in cpp2il-support

bug
area:libcpp2il

Hello, a game just updated its version and Cpp2IL is not working. I'm using latest CI version at https://github.com/SamboyCoding/Cpp2IL/tree/new-analysis command line: `.\cpp2IL.exe --skip-method-dumps --experimental-enable-il-to-assembly-please --throw-safety-out-the-window --skip-metadata-txts --analyze-all --suppress-attributes --game-path path\to\game`...

bug
enhancement
area:libcpp2il
good-first-issue

ARM64, unity is 2020.3.48f1 (metadata v27.1) Log: ``` [Info] [Library] Initialized Binary in 276ms [Info] [Library] Mapping pointers to Il2CppMethodDefinitions... Cpp2IL.Core.Exceptions.LibCpp2ILInitializationException: Fatal Exception initializing LibCpp2IL! ---> System.IndexOutOfRangeException: Index was outside...

bug
area:libcpp2il

#346 handled the vast majority of situations, but there are some edge cases which get ignored. In particular, we don't currently do any signature checking.