Kasuromi / GTFO-API

GNU General Public License v3.0
8 stars 7 forks source link

Modify Unhollower to support fields in custom monobehaviours #4

Open Panthr75 opened 2 years ago

Panthr75 commented 2 years ago

Fields are not exposed to il2cpp, which can cause issues when instantiating objects, as fields can get completely wiped.

Consider looking at ClassInjector.RegisterTypeInIl2Cpp<T>()