This does not apply to apk piracy, which I am asking for is code in the apk file.
I know that if you use shared memory and set the mode to the public, people can change the stored values, but what about the code in the application? For example, if I set the variable to public static int in the game, would the external application change these values?
Another question, if I have an application accessing a remote server, can a third-party application change the value of my server that I return back?
Thank you in advance
source share