About 35,500 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. How to decompile and debug a .jar file? - JetBrains

    Jun 13, 2022 · I open the folder the .jar file is located in, but I don't see an option to decompile or inspect the content of the .jar file. I noticed that in regular source code projects, IntelliJ seem to …

  3. dotPeek features - JetBrains

    Under the Metadata node, you can explore values of blob items, PE file headers, usages of metadata table items. Same as elsewhere in the assembly tree, you can double-click …

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

  5. Decompiler | dotPeek Documentation - JetBrains

    Jun 17, 2024 · In this page of dotPeek options, you can define the way dotPeek displays and navigates code from the explored assemblies. For more information, refer to Navigate …

  6. Intellij shows decompiled .class file instead of source code

    Mar 29, 2018 · Hi there. I am having issues with Intellij IDEA - it shows me a "decompiled" version of the class instead of its source code if I ctrl+click the class. I am trying to open regular JDK …

  7. Documentation and Videos - dotPeek | JetBrains

    Free .NET decompiler and assembly browserdotPeek Online Help Extensive dotPeek documentation including task-specific procedures and UI reference. Getting Started with …

  8. Intellij decompiler (fernflower decompiler) stopped working …

    Sep 25, 2018 · It worked correctly but now when i'm trying to decompile class it have different output (no methods implementation and different comments in file/wrong import statements).

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

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

  10. 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 …