BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
185 stars 59 forks source link

Protect generated method names from invalid characters (fixes #130) #131

Open laymain opened 2 months ago

ds5678 commented 1 month ago

I would prefer a solution to the underlying problem instead. Obfuscated/invalid names for generic parameters should be renamed. Fixing that would solve your issue by proxy.

124 will soon be reviewed and merged. After that's done, I can review a pull request for your issue.