SamboyCoding / Cpp2IL

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

Ensure AOT Compatibility #100

Closed ds5678 closed 10 months ago

ds5678 commented 2 years ago

This lets the core be trimmable in situations without dynamic plugin loading.

ds5678 commented 10 months ago

Supercedes #243