SamboyCoding / Cpp2IL

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

Generated assemblies contain layout information for enum classes #65

Closed SamboyCoding closed 2 years ago

SamboyCoding commented 2 years ago

These are shown in the decompiler as StructLayout attributes, and those aren't valid on enums, so the data has to not be included in this case.