About 34,100 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. Java bytecode decompiler | IntelliJ IDEA Documentation

    Feb 18, 2025 · IntelliJ IDEA features the Java bytecode decompiler that shows you compiled bytecode as if it were human-readable Java code. The decompiler is enabled by default. Open …

  3. Download dotPeek: Free .NET Decompiler by JetBrains

    Download the latest version of dotPeek.

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

    Jun 13, 2022 · Go to Project structure settings > Libraries. Add the jar you want to decompile in libraries by clicking the + symbol. Go to the Project tool window shown on the left. Search for …

  5. dotPeek features - JetBrains

    dotPeek can work with a variety of formats, such as libraries (.dll), executables (.exe), and metadata files (.winmd). dotPeek can also decompile .baml files, enabling you to reconstruct …

  6. Get started | dotPeek Documentation - JetBrains

    May 16, 2024 · You can quickly configure code viewer preferences - such as whether to wrap long lines or display line numbers - in the View | Outlining and View | Options menu. Besides …

  7. dotPeek — бесплатный инструмент ... - JetBrains

    dotPeek — это бесплатный инструмент на основе ReSharper. Надежная декомпиляция сборок .NET в исходный код C# и IL-код.

  8. dotPeek: 무료, JetBrains이 만든 .NET 디컴파일러 및 어셈블리 …

    .NET 어셈블리를 C#으로 디컴파일 dotPeek는 ReSharper 의 번들 디컴파일러를 기반으로 한 무료 독립 실행형 도구로서, 안정적으로 .NET 어셈블리를 해당 C# 또는 IL 코드로 디컴파일합니다. 이 …

  9. Look Inside Compiled Code with Java Bytecode Decompiler

    Dec 12, 2023 · When something is there for us day after day, we tend to take it for granted. In IntelliJ IDEA, there are several features that many people don’t even notice, even as they use …

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

    Jan 16, 2025 · Learn how to decompile Scala bytecode to Java and examine bytecode directly in IntelliJ IDEA.