HOME

TheInfoList



OR:

Jad (Java Decompiler) is, , an unmaintained
decompiler A decompiler is a computer program that translates an executable file back into high-level source code. Unlike a compiler, which converts high-level code into machine code, a decompiler performs the reverse process. While disassemblers translate e ...
for the
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
programming language. Jad provides a command-line user interface to extract
source code In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer. Since a computer, at base, only ...
from
class file A Java class file is a file (with the filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is usually produced by a Java compiler from Java programming language source files ( ...
s.


See also

*
Java Decompiler A decompiler is a computer program that translates an executable file back into high-level source code. Unlike a compiler, which converts high-level code into machine code, a decompiler performs the reverse process. While disassemblers translate ex ...
*
Mocha Mocha may refer to: Places * Mokha, a city in Yemen * Mocha Island, an island in BiobĂ­o Region, Chile * Mocha, Chile, a town in Chile * Mocha, Ecuador, a city in Ecuador * Mocha Canton, a government subdivision in Ecuador * Mocha, a segmen ...


References

* * * *


External links

*
JAD Softpedia Mirror
Java decompilers Disassemblers Software obfuscation {{Programming-software-stub