About 18,600,000 results
Open links in new tab
  1. GitHub - icsharpcode/ILSpy: .NET Decompiler with support for PDB ...

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform! - icsharpcode/ILSpy

  2. GitHub - uxmal/reko: Reko is a binary decompiler.

    The decompiler engine receives inputs from the front ends in the form of either individual executable files or decompiler project files. Reko project files contain additional information about a binary file, …

  3. decompiler · GitHub Topics · GitHub

    Nov 21, 2017 · GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  4. GitHub - decompiler-explorer/decompiler-explorer: Decompiler …

    Decompiler Explorer is a web front-end to a number of decompilers. This web service lets you compare the output of different decompilers on small executables. In other words: It's basically the same thing …

  5. Modern Java decompiler aiming to be as accurate as possible ... - GitHub

    Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler. - Vineflower/vineflower

  6. reverse engineering - Is there a C++ decompiler? - Stack Overflow

    Aug 7, 2013 · I have a program in which I've lost the C++ source code. Are there any good C++ decompilers out there? I've already ran across Boomerang.

  7. GitHub - skylot/jadx: Dex to Java decompiler

    Dex to Java decompiler. Contribute to skylot/jadx development by creating an account on GitHub.

  8. apk decompiler (full process), xml and sources in a single ... - GitHub

    apk-decompiler apk decompiler (full process), xml and sources in a single click (for windows only) this is a package with all the necessary products (downloaded from other repos) and a single batch file to …

  9. GitHub - stephenlamy/ILSpy-dll-recode: .NET Decompiler with support …

    ILSpy is the open-source .NET assembly browser and decompiler. ILSpy is distributed under the MIT License. Please see the About doc for details, as well as third party notices for included open-source …

  10. decompiler - How do I decompile a .dll file? - Stack Overflow

    I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe.