在Java开发工具中,有一种是Java混淆器,Java Obfuscator是其中之一,此工具会打乱 Java 源代码,使其非常难以理解或逆向工程(示例)。这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 Java 类文件对象代码进行过于简单的反汇编。您只需要公开您的类提供给客户的公共 API;您所有的内部 API 和类名都变得...
在Java开发工具中,有一种是Java混淆器,Java Obfuscator是其中之一,此工具会打乱 Java 源代码,使其非常难以理解或逆向工程(示例)。这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 Java 类文件对象代码进行过于简单的反汇编。您只需要公开您的类提供给客户的公共 API;您所有的内部 API 和类名都变得...
Java Source Code Obfuscator(java源代码混淆器). Contribute to origin-sky/JSource-Obfuscator development by creating an account on GitHub.
source or machine code that is difficult for humans to understand. 手工混淆定义为故意的创造混淆的代码,包括机器码和源代码,使其难以被人类理解。 In addition, tools known as obfuscators can provide automated obfuscation to compiled applications that make reverse engineering more difficult for people and...
这为必须交付给客户的源代码知识产权提供了重要的保护,并防止对 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....
JObfuscator - Source code obfuscator. Joda-Money - Basic currency and money classes and algorithms not provided by the JDK. jOOX - Simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation with an API inspired by jQuery. JPad - Snippet runner. js...
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 最后要说的是,你也可使用其他几款类似的实用工具,这些工具运用许多不同的方法...