.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.
 
 
 
 
Alex Lyman 9faee0ad8d - Modified the InitializerPeepholeTransforms' Array Initializers to do a forward scan of the block instead of just checking the next instruction. The next-instruction thing breaks down under the case where you have an array-of-arrays (int[][]) 14 years ago
..
Transforms Annotate anonymous methods/lambdas with the MethodDefinition representing the lambda body. 14 years ago
AstBuilder.cs Fixed missing XML documentation on enum members. 14 years ago
AstMethodBodyBuilder.cs - Modified the InitializerPeepholeTransforms' Array Initializers to do a forward scan of the block instead of just checking the next instruction. The next-instruction thing breaks down under the case where you have an array-of-arrays (int[][]) 14 years ago
CecilTypeResolveContext.cs Add license headers to the files that were missing them. 14 years ago
CommentStatement.cs Add license headers to the files that were missing them. 14 years ago
DecompilerContext.cs Add license headers to the files that were missing them. 14 years ago
NRefactoryExtensions.cs Add license headers to the files that were missing them. 14 years ago
NameVariables.cs Fix crash in disassembler and decompiler when HasPInvokeInfo=true but PInvokeInfo=null (occurs with unmanaged methods in C++/CLI assemblies) 14 years ago
TextOutputFormatter.cs Add license headers to the files that were missing them. 14 years ago
TypesHierarchyHelpers.cs Add license headers to the files that were missing them. 14 years ago