How to obfuscate a java based project [closed]

我怕爱的太早我们不能终老 提交于 2020-01-13 19:52:10

问题


I have created a java based project using Netbeans as an IDE. Now I want to obfuscate my project. How can this be done?


回答1:


You need to use a source obfuscator.

I have used Zelix Klassmaster in the past and it is pretty good.




回答2:


I have used RetroGuard and i was really happy with it. The thing I really liked was the ability to use it from my build file, so that I could deploy the project directly obfuscated.




回答3:


Take a look at proguard - you can integrate it into ANT.



来源:https://stackoverflow.com/questions/1643517/how-to-obfuscate-a-java-based-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!