SamboyCoding / Cpp2IL

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

Fix custom attribute blobs #172

Closed ds5678 closed 1 year ago

ds5678 commented 1 year ago

On Il2Cpp versions before v29, custom attributes with parameters would get emitted incorrectly and produce invalid assemblies. This pull request supplies default values when the actual values could not be analyzed.