Help! Method name encrypted

cod275

Platinian
Most of the useful method names are obfuscated so there is no way to tell which one is which, anything I can do beside testing them all, any help would be appreciated.
Screenshot 2023-08-10 162618.png
 
You can use frida tho intercept what method is called
 
Try loading a previous version of the game and see if the functions are obfuscated in it. If the functions are not obfuscated, remember the fields used in the class, the functions, their number and try to search by any of these features.
 
Back
Top Bottom