enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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.

  3. Decompiler - Wikipedia

    en.wikipedia.org/wiki/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.

  4. 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]

  5. 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

  6. JEB decompiler - Wikipedia

    en.wikipedia.org/wiki/JEB_Decompiler

    JEB is the first Dalvik decompiler to provide interactive output, as reverse-engineers may examine cross-references, insert comments, or rename items, such as classes and methods. Whenever possible, the correspondence between the bytecode and the decompiled Java code is accessible to the user.

  7. Binary Ninja - Wikipedia

    en.wikipedia.org/wiki/Binary_Ninja

    Binary Ninja is a reverse-engineering platform developed by Vector 35 Inc. [1] It allows users to disassemble a binary file and visualize the disassembly in both linear and graph-based views. The software performs automated, in-depth code analysis, generating information that helps to analyze a binary.

  8. Category:Java decompilers - Wikipedia

    en.wikipedia.org/wiki/Category:Java_decompilers

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

  9. Interactive Disassembler - Wikipedia

    en.wikipedia.org/wiki/Interactive_Disassembler

    The Interactive Disassembler (IDA) is a disassembler for computer software which generates assembly language source code from machine-executable code. It supports a variety of executable formats for different processors and operating systems. It can also be used as a debugger for Windows PE, Mac OS X Mach-O, and Linux ELF executables.