| Feature |
Description |
| C#/VB Language features supported |
See the list of features here |
| Multiple languages decompilation/disassembling |
Generates well-formed and optimized code for 3 languages: MSIL, C#, VB |
| Well-formed and optimized code |
Generates code with syntax highlighting, indenting, folding (outlining) and active hints support |
| Code flow obfuscation |
Recognizes and removes code flow obfuscation |
| Own metadata access engine |
Uses own metadata access engine, that not crashes on incorrect MSIL or PE(portable executable) structure |
| 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. |
| Correctly decompiles wide range of assembly types |
See the list of .Net versions, frameworks, platforms and technologies supported. |
| Any scope of decompilation/disassembling |
You can choose any scope for decompilation in the assembly browser. |
| .NET versions support |
Spices.Net Decompiler supports all known types of assemblies format, generics, new MSIL instructions etc. |
| Output directions |
Can generate code for displaying in the Spices.NET syntax highlighted 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. Generated code is ready to open in MS Visual Studio IDE. |
| Optimizations/refactoring |
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 folding/outlining is supported on all languages. |
| Supports all modifiers |
Supports all modifiers. |
| Supports all keywords |
Supports all keywords. |
| Complex Nested statements |
Recognizes complex statements such as iteration (for, while, foreach), condition (if, else if, if-else if-else) and switch statements. |
| Variables arrangement |
Arranges variables at their scope of usage. |
| Variable names extraction |
Extracts variable names from .PDB files (if avaialble). |
| COM/Interop/Unmanaged code |
Completely decompiles COM/Interop/Unmanaged code. |
| Unsafe code, pointers |
Marks as unsafe code with pointers. |
| Custom attributes |
Extracts all custom attributes information. |
| Method overloading, interface implementation, overriding recognition |
Recognizes method overloading, interface implementation, overriding. |
| Generics support |
Supports generics. |
| IDE's integration |
Completely integrates with Spices.NET environment and Visual Studio IDE as part of Spices.VSIP.NET (Visual Studio Integration Package). |
| and more... |