This project is meant to help developers who use Java as the code of choice. Most java programmers know that class files are pretty easy to decompile and analyze. Since this is such a problem with class files I think it should be addressed.
This program (I hope) will act as a catalyst to get someone out there to start thinking about our options as programmers. I have created this program to help prevent decompilation of java class files. It is not fool-proof (nothing is fool-proof right??) so this is not meant to be the only means of protection. It will DEFINITELY slow down the person who is trying to reverse engineer your code.
I hope this program helps some of you in your coding adventures, and if you can break the program please feel free to send me an e-mail with your name, and the method (preferably code) of how you broke it.
I'd like to thank you all in advance for helping out with this project. It has been a long road to get here.
Thanks for your time,
wheaton4
Jeffrey M Wheaton
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This project is meant to help developers who use Java as the code of choice. Most java programmers know that class files are pretty easy to decompile and analyze. Since this is such a problem with class files I think it should be addressed.
This program (I hope) will act as a catalyst to get someone out there to start thinking about our options as programmers. I have created this program to help prevent decompilation of java class files. It is not fool-proof (nothing is fool-proof right??) so this is not meant to be the only means of protection. It will DEFINITELY slow down the person who is trying to reverse engineer your code.
I hope this program helps some of you in your coding adventures, and if you can break the program please feel free to send me an e-mail with your name, and the method (preferably code) of how you broke it.
I'd like to thank you all in advance for helping out with this project. It has been a long road to get here.
Thanks for your time,
wheaton4
Jeffrey M Wheaton