About 44,700 results
Open links in new tab
  1. dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains

    It can reliably decompile any .NET assembly into equivalent C# or IL code. The decompiler supports multiple formats including libraries (.dll), executables (.exe), and Windows metadata …

  2. 21 Best DLL Decompilers 2026 (Ranked and Reviewed) - Edopedia

    Sep 16, 2025 · So, to make things easier for you, I have arranged the DLL decompilers according to the programming languages. The list contains free, paid, open source, and online DLL …

  3. Decompiler Explorer

    Decompiler Explorer is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers.

  4. GitHub - icsharpcode/ILSpy: .NET Decompiler with support for …

    The VC++ toolset is optional; if present it is used for editbin.exe to modify the stack size used by ILSpy.exe from 1MB to 16MB, because the decompiler makes heavy use of recursion, where …

  5. ILSpy download | SourceForge.net

    Jul 10, 2025 · ILSpy is the open-source .NET assembly browser and decompiler. Visual Studio 2022 ships with decompilation support for F12 enabled by default (using our engine v7.1).

  6. Decompile DLL to Source Code with Free DLL Decompiler Online

    Our advanced online service allows you to decompile DLL files quickly and efficiently. Whether you need to recover lost source code, analyze third-party applications, or inspect compiled …

  7. Binary Ninja

    Decompile software built for many common architectures on Windows, macOS, and Linux for a single price, or try out one of our limited (but free!) versions.

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

    Viewing the source code from a compiled DLL is called decompiling. The source code is not inside a DLL--it has to be reconstructed by decompiling the binary data.

  9. JustDecompile - Download - Softpedia

    This decompiler joins a multitude of tools whose functionality can provide a very balanced and efficient approach to performing decompilation on your .NET or other framework projects.

  10. How to Decompile a DLL Into C++ Source Code - Delft Stack

    Mar 11, 2025 · Learn how to decompile a DLL into C++ source code with our comprehensive guide. Explore various methods, including using decompiler tools, hex editors, and command …