
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 files (.winmd).
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 metadata items to …
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 do that …
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.
Open and close assemblies | dotPeek Documentation - JetBrains
Nov 25, 2024 · With dotPeek, you can open any .NET assemblies, decompile and explore their contents. Assemblies can be decompiled and presented as C# code, IL code, or original source code can be …
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, …
Java 字节码反编译器 | IntelliJ IDEA 文档 - JetBrains
IntelliJ IDEA 具有 Java 字节码反编译器,可将编译后的字节码显示为可读的 Java 代码。 反编译器默认启用。 在编辑器中打开已编译的 .class 文件。 如果这是您第一次打开已编译文件,IDE 会在 …
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 a compiled …
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 thrown, and …
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 compiled code.