This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial FRIDA API Set Up and Injection (Hook,Unity)

modders, how to hook fields like this with Frida?
View attachment 582650
So currently you can't hook to member field you can only on functions. To change the field you will need hex editor and edit files in hex editor ( editing lib2cpp.so library) if that will be required enough I can make straightforward tutorial to it nevertheless there are plenty already out here if you search how to Modify lib2cpp hex values with hex editor