knah / Il2CppAssemblyUnhollower

A tool to generate Managed->IL2CPP proxy assemblies
GNU Lesser General Public License v3.0
499 stars 88 forks source link

Recursive Class Injection - Revised #59

Closed ds5678 closed 3 years ago

ds5678 commented 3 years ago

This pull request and #58 are revised versions of #57.

This addresses the issues presented by @js6pak in #57.

Due to the zero pointer wrapping bug, this cannot function properly without merging #58.