sneakyevil / IL2CPP_Resolver

A run-time API resolver for IL2CPP Unity.
https://sneakyevil.gitbook.io/il2cpp-resolver/
The Unlicense
323 stars 65 forks source link

Added static field methods from IL2CPP API #45

Closed fedes1to closed 4 months ago

fedes1to commented 4 months ago

Added 2 methods, GetStaticValue and SetStaticValue which lets you use IL2CPP API to interact with static fields without using offsets.