Search results for query: *

  • Users: gamer9394
  • Content: Threads
  • Order by date
  1. About modifying li2cpp.so

    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...
  2. Question of modding apk

    Hi, I'm trying to mod a apk game by looking through the dump.cs generated by il2cppdumper. I also able to modify few specific int but it only make changes on display and return to original value after "loading" which seems to be a communication with game server. Does it means that there is no...
Back
Top Bottom