Jump to content
  • 0

How to protect pack from decoding?


Question

3 answers to this question

Recommended Posts

  • 0
Posted

http://proguard.sourceforge.net/

 

You have to be aware than even errors messages and also any logs become obfuscated. The software got a system to decode errors, but still. I don't even speak about the fact you have to reproduce it at every single revision.

 

It's stupid to say, but if you are at the point to obfuscate sources, than the best is perhaps not sharing nor selling it, at all.

  • 0
Posted

It's perhaps time to read about obfuscators ? The point of obfuscators is to obfuscate methods/variables names, for the biggest part.

 

Russians obfuscate the same way than others do. There isn't a russian way to obfuscate, lol.

 

http://java-source.net/open-source/obfuscators

http://stackoverflow.com/questions/2443542/how-to-protect-compiled-java-classes

 


 

There are other means to protect, like explained in second link : port it to .exe, encryption key, etc. Google is your friend.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...