- Bytecode Protection (1)
- Resources that can help protect your bytecode from reverse engineering techniques.
|
- Decompilers, Freind or Foe? - Decompilers can examine compiled Java classes, and analyze them to produce readable source code. Imagine if your product, or your applet, was being decompiled and analyzed by other developers. How would you feel?
- Jad - A Java decompiler - Jad is a Java decompiler, i.e. program that reads one or more Java class files and converts them into Java source files which can be compiled again.
- SourceAgain - Decompiler able to correctly analyze and decompile even the most complex Java control flow, producing correct, re-compilable Java almost every time.
|
|
|