knah / Il2CppAssemblyUnhollower

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

Implement support for injecting properties #54

Open knah opened 3 years ago

knah commented 3 years ago

I have no idea why this would be useful, but some reflection-based libraries might make use of this. Properties, being a pair of get/set methods, should be relatively straightforward to implement.