Home PageCategories: Code protection - Obfuscation
Latest version: 3.52
Added 2007-01-15
Java obfuscator.
Aside from being able to change symbolic names, Smokescreen can also modify the bytecode instructions in methods thereby obfuscating control flow. This makes the resulting obfuscated classes more difficult to decompile.
Smokescreen works on class files in directories as well as zip or jar archives. It allows for selective obfuscation of the symbolic names depending on the access level of the class, method or field. Removal of unused methods and fields can also be done by Smokescreen. Smokescreen also performs control flow obfuscation by modifying the bytecode instructions in the class methods. The program features a graphic user interface as well as a command line option.
Built for Java |