.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 2783b02007 Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 14 years ago
..
DefaultDictionary.cs Consistently use the full MIT license header on source files. 14 years ago
GotoRemoval.cs Remove unreachable return statements. Closes #174. Closes #192 14 years ago
ILAstBuilder.cs Do not fall though the end of try-block. It should never happen in valid IL, but some obfuscators generate such code. Closes #164 14 years ago
ILAstOptimizer.cs Fixed ILAstOptimizer.CanBeExpressionStatement to include more types of assignments. 14 years ago
ILAstTypes.cs Inlining: remove the arg_-Variable in catch blocks. 14 years ago
ILCodes.cs Consistently use the full MIT license header on source files. 14 years ago
ILInlining.cs Fix inlining into null coalescing operator. 14 years ago
InitializerPeepholeTransforms.cs Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 14 years ago
LoopsAndConditions.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
PatternMatching.cs Consistently use the full MIT license header on source files. 14 years ago
PeepholeTransform.cs Fix #202: Decompilation of multiple catch clauses sharing the same variable name 14 years ago
SimpleControlFlow.cs Fix inlining into null coalescing operator. 14 years ago
TypeAnalysis.cs Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 14 years ago
YieldReturnDecompiler.cs YieldReturnDecompiler: don't require that class name starts with '<' 14 years ago