| Title |
Smokescreen |
| Description |
Smokescreen is a java development tool, which can obfuscate Java class files. It accomplishes this by removing the symbolic names and optional details. It obfuscates the control flow by modifying the byte code of the class files in methods. It can remove unused methods and fields reducing the total size of the processed Class files. This supports selective obfuscation of the symbolic names based on the access level of the class, method or field. This allows easy selection of options for obfuscation with its user friendly GUI. |
Comments * (Please tell us details about the problem or what links in error..) |
|