About 177,000 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. 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.

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

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

  5. ReSharper 2025.1: Initial C# 14 Support, Performance Updates, and ...

    Apr 16, 2025 · ReSharper 2025.1 is here, and it’s packed with updates that further improve productivity and performance for .NET and C++ developers alike. This release offers a host of …

  6. Debugging Java Code in IntelliJ IDEA - The JetBrains Blog

    Apr 24, 2025 · In this blog post, we will look at how to debug Java code using the IntelliJ IDEA debugger. We will look at how to fix a failing test, how to find out where an `Exception` is …

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

  8. Rust vs. Python: Finding the right balance between speed and …

    Nov 10, 2025 · Compare Rust and Python across performance, usability, tooling, and ecosystem. Learn which language is best for your next project.

  9. Rider 2025.1 EAP 5: Roslyn Syntax Tree Visualizer, Unity Profiler ...

    Rider 2025.1 EAP 5 introduces scoped quick fixes for Roslyn analyzers, allowing you to apply fixes at the file, project, or solution level in a single action. This long-awaited feature …

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