enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. JAD (software) - Wikipedia

    en.wikipedia.org/wiki/JAD_(software)

    Jad (Java Decompiler) is, as of August 2011, an unmaintained decompiler for the Java programming language. [1] Jad provides a command-line user interface to extract source code from class files . See also

  3. Ghidra - Wikipedia

    en.wikipedia.org/wiki/Ghidra

    The decompiler component is written in C++, and is therefore usable in a stand-alone form. [ 7 ] Scripts to perform automated analysis with Ghidra can be written in Java or Python (via Jython ), [ 8 ] [ 9 ] though this feature is extensible and support for other programming languages is available via community plugins. [ 10 ]

  4. JD Decompiler - Wikipedia

    en.wikipedia.org/wiki/JD_Decompiler

    JD (Java Decompiler) is a decompiler for the Java programming language. JD is provided as a GUI tool as well as in the form of plug-ins for the Eclipse (JD-Eclipse) and IntelliJ IDEA (JD-IntelliJ) integrated development environments.

  5. Decompiler - Wikipedia

    en.wikipedia.org/wiki/Decompiler

    A decompiler is a computer program that translates an executable file to high-level source code. It does therefore the opposite of a typical compiler , which translates a high-level language to a low-level language.

  6. Category:Java decompilers - Wikipedia

    en.wikipedia.org/wiki/Category:Java_decompilers

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate; Pages for logged out editors learn more

  7. Soot (software) - Wikipedia

    en.wikipedia.org/wiki/Soot_(software)

    The current Soot software release also contains detailed program analyses that can be used out-of-the-box, such as context-sensitive flow-insensitive points-to analysis, [3] call graph analysis and domination analysis (answering the question "must event a follow event b?"). It also has a decompiler called dava.

  8. Mocha (decompiler) - Wikipedia

    en.wikipedia.org/wiki/Mocha_(decompiler)

    Mocha is a Java decompiler, which allows programmers to translate a program's bytecode into source code. A beta version of Mocha was released in 1996, by Dutch developer Hanpeter van Vliet, alongside an obfuscator named Crema. A controversy erupted and he temporarily withdrew Mocha from public distribution. [2]

  9. Interactive Disassembler - Wikipedia

    en.wikipedia.org/wiki/Interactive_Disassembler

    A decompiler plug-in, which generates a high level, C source code-like representation of the analysed program, is available at extra cost. [4] [5] IDA is used widely in software reverse engineering, including for malware analysis [6] [7] and software vulnerability research.