.Net Decompiler that decompiles/disassembles .Net assemblies and build code flow diagrams from MSIL (MS Intermediate Language) binary format to well-formed and optimized source code (6 languages: MSIL, C#, VB.NET, Delphi.Net J# and managed C++). Spices.Decompiler completely integrated into Spices.Net and offers wide range of services to diplay or decompile to files any scope (Assembly, Namespace, Type, Method or selection of these scopes) of .Net assembly.
Spices.Decompiler is a powerful and flexible .NET Decompiler that converts .NET assemblies from binary format to well-formed and optimized source code.
Spices.Decompiler is completely integrated into Spices.NET and offers tools to decompile or visually represent .Net code, helps to recover or convert .Net code to the one of six supported languages: MSIL, C#, VB.NET, Delphi.NET, J# or managed C++).
Spices.Decompiler includes following modules:
Spices.NET environment with assembly class browser services
Spices.Decompiler
Spices.Modeler
Spices.Informer
Spices.Investigator
Spices.Documenter
Here is a list of the Spices.Decompiler features:
Feature Description
Multiple languages decompilation/disassembling
Spices.Decompiler generates well-formed and optimized code for 6 languages: MSIL, C#, VB.NET, Delphi.NET, J# and managed C++
Well-formed and optimized code
Spices.Decompiler generates well-formed code with syntax highlighting, indenting, folding (outlining) and active hints support
Own metadata access engine
Spices.Decompiler uses own metadata access engine, that not crashes on incorrect MSIL
Visual Decompiler
Visual Decompiler is one of the key Spices.NET novelties. Now the user may build a code flow diagram enabling to analyze the code execution.
All types of .NET assemblies
Spices.Decompiler correctly decompiles all types of assemblies - managed (C#, VB.NET, Delphi.NET), CompactFramework and mixed code(managed c++) assemblies.
Any scope of decompilation/diassembling
You can choose any scope for decompilation in the assembly browser.
.NET 2.0/3.0/3.5 support
Spices.Decompiler supports .NET 2.0/3.0/3.5 assemblies format, generics, new MSIL instructions etc.
Output directions
Spices.Decompiler can generate code for displaying in the Spices.NET syntaxhighlihted editor or output to files (with classes separation to namespaces or class names).
Multiple selection decompilation
User can choose multiple selection of members for decompilation.
Whole assembly decompilation
Whole assembly decompilation with resources and assembly information extraction is possible.
Optimizations/refactoring
Spices.Decompiler can produce unoptimized(raw) code or optimized(refactored) code. Wide range of code optimization/refactoring procedures is constantly renewed.
Active hints
Code generated and displayed in the Spices.NET is live - user can receive detailed info about member at mouse cursor and go to this member in the assembly browser.
Code outlining/folding
Code golding/outlining is supported on all languages.
Supports all modifiers
Spices.Decompiler supports all modifiers.
Supports all keywords
Spices.Decompiler supports all keywords.
Complex Nested statements
Spices.Decompiler recognizes complex statements such as iteration (for, while, foreach), condition (if, else if, if-else if-else) and switch statements.
Variables arrangement
Spices.Decompiler arranges variables at their scope of usage.