.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.
 
 
 
 
Siegfried Pammer 92e1d6fe85 Fix #1907: Discard parameter names containing non-printable or white space characters from set of possible names considered by AssignVariableNames. 6 years ago
..
ControlFlow #1852: Handle fixed statement with null-safe GetPinnableReference call 6 years ago
Instructions Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
Patterns
Transforms Fix #1907: Discard parameter names containing non-printable or white space characters from set of possible names considered by AssignVariableNames. 6 years ago
BlockBuilder.cs
ILAstWritingOptions.cs
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 6 years ago
ILReader.cs Add support for generic local function 6 years ago
ILTypeExtensions.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
ILVariable.cs #1151: Support for ref readonly locals. 6 years ago
InstructionFlags.cs
InstructionOutputExtensions.cs Fix BadImageFormatException when accessing standalone signatures. 6 years ago
Instructions.cs Fix #1853: Detect pinning of multi-dimensional array 6 years ago
Instructions.tt Fix #1853: Detect pinning of multi-dimensional array 6 years ago
PointerArithmeticOffset.cs Fix #1854 6 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
SemanticHelper.cs
SlotInfo.cs
StackType.cs