Posts Tagged ‘decompiler’

Protect Java code from decompilation using Java Obfuscator

Protect Java code from decompilation using Java Obfuscator
If you are writing Java classes and distributing them over the Internet, you should know that people can reverse-engineer, disassemble, or decompile your classes into Java source code. One of such decompiler is JAD. In this article we discuss about the usage of JAD to decompile the Java class.So to make the job ...

Decompile Java Class file using decompilers.

Decompile Java Class file using decompilers.
Byte codes generated by javac compiler can again be converted into java source. For this we need a decompiler tool. Decompilers are the utilities that generate the source code from input java class file.A Decompiler knows about the structure of a Java class and parse it to generated Java source code.Java decompilers will not ...
Copyright © 2012 ViralPatel.net. All rights reserved.