Results 1 to 11 of 11
- 01-25-2012, 04:28 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
- 01-25-2012, 04:41 PM #2
Re: How to avoid jar,class file hacking
Question 1: Are you really sure you need this?
Question 2: Are you sure you're sure?How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-25-2012, 04:42 PM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: How to avoid jar,class file hacking
Don't get paranoid?
- 01-25-2012, 04:49 PM #4
Member
- Join Date
- Jan 2012
- Posts
- 2
- Rep Power
- 0
Re: How to avoid jar,class file hacking
sure
- 01-25-2012, 05:02 PM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: How to avoid jar,class file hacking
If someone really wants your code they'll get it.
Short of turning it into an exe (which is itself not protection) there's not a great deal you can do.
If the customer has the jar file they have your code.
- 01-25-2012, 05:44 PM #6
Member
- Join Date
- Jan 2012
- Location
- Panamá
- Posts
- 41
- Rep Power
- 0
Re: How to avoid jar,class file hacking
really necessary since it would obscure the option.
Obfuscation - Wikipedia, the free encyclopedia
ProGuard
- 01-25-2012, 06:06 PM #7
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Re: How to avoid jar,class file hacking
From the ProGuard link:
"harder to reverse-engineer"
Note the "harder".
Since people successfully reverse engineer exe code, obfuscated Java code is not really going to be a challenge.
It can, after all, only go so far due to the needs of the JVM.
- 01-25-2012, 07:40 PM #8
Re: How to avoid jar,class file hacking
Guess he didn't like these answers. Crossposted: HOW TO AVOID JAR,CLASS FILE HACKING
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-25-2012, 09:19 PM #9
Re: How to avoid jar,class file hacking
Thanks for the heads-up, Kevin
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-25-2012, 10:21 PM #10
Member
- Join Date
- Dec 2011
- Posts
- 31
- Rep Power
- 0
Re: How to avoid jar,class file hacking
If you don't want people to easily be able to decompile and obtain snippets of your source code you should probably make use of another programming language such as c++ . Compile your program into an executable then pack it, encrypt it, and obfuscate it by utilizing several other third party programs.
- 01-26-2012, 10:00 AM #11
Moderator
- Join Date
- Apr 2009
- Posts
- 10,479
- Rep Power
- 16
Similar Threads
-
Help me To Avoid the Exception...
By kathir0301 in forum New To JavaReplies: 13Last Post: 12-08-2010, 08:58 AM -
Guide to hacking a website with 1000 way
By thanhquoc in forum NetworkingReplies: 1Last Post: 07-29-2010, 07:08 AM -
How to avoid this problem...
By pbaudru in forum AWT / SwingReplies: 6Last Post: 01-21-2010, 01:20 PM -
[SOLVED] Hacking Singleton- Multiple instance of a Singleton class
By piyu.sha in forum New To JavaReplies: 2Last Post: 10-06-2008, 09:06 PM -
Java for Hacking
By rgbosque in forum Forum LobbyReplies: 6Last Post: 01-02-2008, 03:39 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks