.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 bc229df848 Handle pointer arithmetic. 14 years ago
..
CustomAttributes Fix decompilation of arrays as attribute arguments. Closes #82. 14 years ago
Helpers Change namespace to ICSharpCode.Decompiler. 14 years ago
StackTests Added the test program for ILAst building 14 years ago
Types Fixed bug that caused redundant casts. 14 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 14 years ago
CodeSampleFileParser.cs testing code that helps running independent decompilation tests. 14 years ago
CustomAttributes.code.cs testing code that helps running independent decompilation tests. 14 years ago
DecompilerTestBase.cs Change namespace to ICSharpCode.Decompiler. 14 years ago
DelegateConstruction.cs Indexers support. Explicit implementation of methods and parameters. 14 years ago
ExceptionHandling.cs Transform 'try { try {} catch {} } finally {}' to 'try {} catch {} finally {}'. Closes #77. 14 years ago
Generics.cs Fix definition of nested classes in generic classes. 14 years ago
ICSharpCode.Decompiler.Tests.csproj Add support for unsafe code. Closes #48. 14 years ago
InitializerTests.cs Add support for collection initializers. 14 years ago
Loops.cs Add foreach pattern. Closes #16. 14 years ago
MultidimensionalArray.cs Fix order of array specifiers when creating nested arrays. 14 years ago
PropertiesAndEvents.cs Add support for decompiling automatic events. 14 years ago
Switch.cs Add support for switch over strings. 14 years ago
TestRunner.cs Change namespace to ICSharpCode.Decompiler. 14 years ago
UnsafeCode.cs Handle pointer arithmetic. 14 years ago
ValueTypes.cs Perform copy propagation for all address-loading instructions. 14 years ago
YieldReturn.cs Implemented decompilation of 'lock'. 14 years ago
nunit.framework.dll Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 14 years ago