
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 …
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 …
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 …
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 …
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.
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 …
Explore and decompile assemblies | JetBrains Rider
Nov 25, 2024 · You can double-click any type to decompile it or fetch source from a symbol server (depending on your settings). To learn assembly properties (for example version, company, …
Explore and decompile assemblies | ReSharper Documentation
Nov 25, 2024 · You can double-click any type to decompile it or fetch source from a symbol server (depending on your settings). To learn assembly properties (for example version, company, …
Open and close assemblies | dotPeek Documentation
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 …
dotPeek: 무료, JetBrains이 만든 .NET 디컴파일러 및 어셈블리 …
.NET 어셈블리를 C#으로 디컴파일 dotPeek는 ReSharper 의 번들 디컴파일러를 기반으로 한 무료 독립 실행형 도구로서, 안정적으로 .NET 어셈블리를 해당 C# 또는 IL 코드로 디컴파일합니다. 이 …