.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
76227af89d
Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods.
|
4 years ago |
.. |
ControlFlow
|
Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods.
|
4 years ago |
Instructions
|
#nullable enable for typesystem and ILInstruction base class
|
4 years ago |
Patterns
|
#2128: Reformat the whole code base.
|
5 years ago |
Transforms
|
Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods.
|
4 years ago |
BlockBuilder.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
ILAstWritingOptions.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
ILInstructionExtensions.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
ILReader.cs
|
ILReader: support comparison between StackType.Ref and StackType.I
|
5 years ago |
ILTypeExtensions.cs
|
Properly support `calli` instruction and its interaction with function pointer types.
|
5 years ago |
ILVariable.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
InstructionFlags.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
InstructionOutputExtensions.cs
|
Avoid code duplication when disassembling signature headers.
|
5 years ago |
Instructions.cs
|
Fix #2215: Use `Unsafe` intrinsics for `ldobj`/`stobj` instructions.
|
5 years ago |
Instructions.tt
|
Fix #2215: Use `Unsafe` intrinsics for `ldobj`/`stobj` instructions.
|
5 years ago |
PointerArithmeticOffset.cs
|
#2158: Fix decompilation of arithmetic on managed pointers after ConversionKind.StartGCTracking.
|
5 years ago |
PrimitiveType.cs
|
Fix #1794: Avoid extra cast to double for ulong -> float conversion
|
6 years ago |
SemanticHelper.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
SlotInfo.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
StackType.cs
|
Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8.
|
8 years ago |