.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 2892c9d50b Implemented decompilation of 'lock'. 15 years ago
..
CustomAttributes Decompile delegates into a delegate declaration instead of a type declaration. 15 years ago
Helpers Change namespace to ICSharpCode.Decompiler. 15 years ago
StackTests Added the test program for ILAst building 15 years ago
Types Fixed bug that caused redundant casts. 15 years ago
ArrayInitializers.cs Improve array initializer support. 15 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 15 years ago
CodeSampleFileParser.cs testing code that helps running independent decompilation tests. 15 years ago
CustomAttributes.code.cs testing code that helps running independent decompilation tests. 15 years ago
DecompilerTestBase.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
DelegateConstruction.cs Indexers support. Explicit implementation of methods and parameters. 15 years ago
ExceptionHandling.cs Add tests for method ending with finally block/catch handler. 15 years ago
Generics.cs Fix definition of nested classes in generic classes. 15 years ago
ICSharpCode.Decompiler.Tests.csproj Improve array initializer support. 15 years ago
Loops.cs Add foreach pattern. Closes #16. 15 years ago
MultidimensionalArray.cs Fix order of array specifiers when creating nested arrays. 15 years ago
PropertiesAndEvents.cs Add support for decompiling automatic events. 15 years ago
Switch.cs Improve array initializer support. 15 years ago
TestRunner.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
ValueTypes.cs Handle calls to value type constructors. Closes #66. 15 years ago
YieldReturn.cs Implemented decompilation of 'lock'. 15 years ago
nunit.framework.dll Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 15 years ago