knah / Il2CppAssemblyUnhollower

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

Version Handler Performance Improvement #66

Closed ds5678 closed 3 years ago

ds5678 commented 3 years ago

This pull request eliminates the performance cost of calling GetHandler<>() every time a pointer needs wrapped by storing references to the relevant handlers.

It also introduces a new API class for interacting with il2cpp data: