Open links in new tab
  1. dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains

    Decompile .NET assemblies to C# dotPeek is a free-of-charge standalone tool based on ReSharper 's bundled decompiler. It can reliably decompile any .NET assembly into equivalent C# or IL code. The …

  2. dotPeek features - JetBrains

    dotPeek features Decompile .NET assemblies to C# or IL dotPeek can decompile any .NET assemblies into equivalent C# code and optionally show the underlying IL code.

  3. Decompile and see the bytecode of Scala code | IntelliJ IDEA

    Feb 10, 2026 · Learn how to decompile Scala bytecode to Java and examine bytecode directly in IntelliJ IDEA.

  4. What's New in dotPeek - JetBrains

    The 2025.1 release brings several improvements to the decompiler, enhancing support for the latest C# features and improving code readability. Here’s what’s new: Support for required members. Added …

  5. Introduction | dotPeek Documentation - JetBrains

    Last modified: 15 May 2024 dotPeek is a free .NET decompiler and assembly browser. The main idea behind dotPeek is to make high-quality decompiling available to everyone in the .NET community, …

  6. Funcionalidades - dotPeek - JetBrains

    Use el menú desplegable del modo de navegación de la barra de menú para elegir si solo desea que dotPeek decompile agrupaciones, o intente encontrar el código fuente si es posible.

  7. dotPeek FAQ – .NET Tools Support | JetBrains

    Decompilation questions Can dotPeek show IL code? Can dotPeek decompile assemblies into VB.NET? Can dotPeek decompile WinMD assemblies?

  8. // ISSUE: unable to decompile the method. : DOTP-7638 - YouTrack

    // ISSUE: unable to decompile the method. : DOTP-7638

  9. How to decompile and debug a .jar file? - JetBrains

    Jun 13, 2022 · I am trying to decompile and debug a .jar file with IntelliJ IDEA 2022.1.2 (Ultimate Edition). I have two issues: I open the folder the .jar file is located in, but I don't see an option to …

  10. Decompiler cannot properly decompile managed C++ assembly : …

    This page discusses an issue with the decompiler's inability to properly handle managed C++ assembly and provides insights into the problem.