About modifying li2cpp.so

gamer9394

New User
4
06/28/17
0
Thread Author
Hi all, I'm modding a game by analyzing dump.cs and it works after I did some changes on a float within a class. But after the apk updated, I noticed that same float under that class have been changed from a primitive (float) to wrapper (Float). And I can no longer do the same changes by using same method.

Is there any other way to modify that wrapped float?
 
Back
Top Bottom