Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • The only problem is: I can even overwrite hardcoded variables by reflection(If I know the structure). So I can inject a different public key. Have you an idea how to solve this problem? Commented Jul 15, 2011 at 13:13
  • 1
    IMO, if you can hack client then nothing will help you. If you can change the app (and change public key compiled into it) then what will stop from just removing server validation code? Commented Jul 15, 2011 at 13:31
  • Of course, he can create a new app based on our source code. But that takes a very long time and a lot of skill. Reflecting the value is done in a few minutes. But maybe you are right. Even Bilzards "Star Craft 2" was "hacked" Commented Jul 15, 2011 at 13:38