Java Source Code Obfuscator(java源代码混淆器). Contribute to origin-sky/JSource-Obfuscator development by creating an account on GitHub.
在Java开发工具中,有一种是Java混淆器,Java Obfuscator是其中之一,此工具会打乱 Java 源代码,使其非常难以理解或逆向工程(示例)。这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 Java 类文件对象代码进行过于简单的反汇编。您只需要公开您的类提供给客户的公共 API;您所有的内部 API 和类名都变得...
在Java开发工具中,有一种是Java混淆器,Java Obfuscator是其中之一,此工具会打乱 Java 源代码,使其非常难以理解或逆向工程(示例)。这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 Java 类文件对象代码进行过于简单的反汇编。您只需要公开您的类提供给客户的公共 API;您所有的内部 API 和类名都变得...
String f = "D:\\JAVALab\\PythonObfuscator\\InFile\\HelloWorld.java"; Lexer lexer = new Java8Lexer(new ANTLRFileStream(f)); CommonTokenStream tokens = new CommonTokenStream(lexer); Java8Parser parser = new Java8Parser(tokens); ParserRuleContext t = parser.compilationUnit(); org.antlr.v4.gui...
这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 Java 类文件对象代码进行过于简单的反汇编。您只需要公开您的类提供给客户的公共 API;您所有的内部 API 和类名都变得高深莫测。它是 SD 的Source Code Obfuscators 家族的一员。 Java 混淆器特性...
ProGuard is the most popular optimizer and obfuscator for Java bytecode and Android apps. Reduce your Java and Android apps up to 90% with ProGuard.
take place. These ways of using your code can hardly please you. All those things mentioned seem to be enough for you to think it over for a while and to make the right choice. And if earlier you had some doubts, now you know for sure why and what for you need Allatori obfuscator....
We proposed several advanced obfuscation techniques, which transforms the given source code into a more complex, but semantically equivalent, which makes the debugging process comparatively tedious. Further, the vulnerability and code smells of the java code are improved post the obfuscation.Harshavardhan...
网站:http://java-source.net/open-source/obfuscators/javaguard yGuard yGuard 是RetroGuard的一个升级版本自带一个ANT任务 JODE JODE是一款含Java解码器和优化器的java包。 网站:http://java-source.net/open-source/obfuscators/jode 最后要说的是,你也可使用其他几款类似的实用工具,这些工具运用许多不同的方法...
The jar ending in -beta is the obfuscator itself. The jar ending in -lib is an optional library you can use to exclude methods & classes. Before using: Ambien MUST be ran with Java 8+ Ambien should not be used alongside or with other obfuscators. Run the jar using the --create-confi...