This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
ILSpy
mirror of
https://github.com/icsharpcode/ILSpy.git
Watch
1
Star
0
Fork
You've already forked ILSpy
0
Code
Issues
Projects
Releases
Wiki
Activity
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
c-sharp
dotnet
mono
decompile
decompiler
decompiler-engine
dotnetcore
ilspy
pdb
unity
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.
6594
Commits
19
Branches
85
Tags
71 MiB
C#
98.6%
JavaScript
0.6%
Visual Basic .NET
0.2%
PowerShell
0.2%
Tree:
2419c2641a
ast-source-generator
christophwille/membench
christophwille/roslyn5test
custom-signature-decoder-comparer
deconstruction-fixes
fix/3465
fix/3518
gh-pages
issue1638
master
mdnupdate
natural-type-lambdas-methods
release/6.2
release/7.1
release/7.2
release/8.1
stash/beautify-enum-member-declarations
stash/dynamic-await
switch-expression-default-case
1.0-Beta
1.0-M1
1.0-M2
1.0-M3
1.0.0
2.0.0
2.1
2.2
2.3
2.3.1
3.0-Preview1
3.0-Preview2
3.0.2
v10.0-preview1
v2.3.2
v2.4
v3.0
v3.0-beta1
v3.0-beta2
v3.0-beta2a
v3.0-beta3
v3.0-beta4
v3.0.1
v3.1-beta1
v3.1-final
v3.1-rc
v3.2-beta
v3.2-rc
v3.2.0
v4.0
v4.0-alpha1
v4.0-beta1
v4.0-beta2
v4.0-beta3
v4.0-rc1
v4.0-rc2
v4.0.1
v5.0
v5.0-preview1
v5.0-preview2
v5.0-preview3
v5.0-preview4
v5.0-rc1
v5.0.1
v5.0.2
v6.0
v6.0-preview1
v6.0-preview2
v6.0-preview3
v6.0-preview4
v6.0-rc1
v6.1
v6.2
v6.2-preview1
v6.2-preview2
v6.2.1
v7.0
v7.0-preview1
v7.0-preview2
v7.0-preview3
v7.0-rc1
v7.0-rc2
v7.1
v7.2
v7.2-preview1
v7.2-preview2
v7.2-preview3
v7.2-preview4
v7.2-rc
v7.2.1
v8.0
v8.0-preview1
v8.0-preview2
v8.0-preview3
v8.0-preview4
v8.0-rc1
v8.1
v8.1.1
v8.2
v9.0
v9.0-preview1
v9.0-preview2
v9.0-preview3
v9.0-rc
v9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2419c2641a'
${ noResults }
ILSpy
/
ICSharpCode.Decompiler.Tests
/
TestCases
/
ILPretty
History
Siegfried Pammer
3f721a17c1
Add support for System.Runtime.CompilerServices.SpecialNameAttribute
4 years ago
..
.gitignore
…
CS1xSwitch_Debug.cs
#2128
: Reformat the whole code base.
5 years ago
CS1xSwitch_Debug.il
…
CS1xSwitch_Release.cs
#2128
: Reformat the whole code base.
5 years ago
CS1xSwitch_Release.il
…
CallIndirect.cs
Add support for .NET 5 custom calling conventions.
5 years ago
CallIndirect.il
Add support for .NET 5 custom calling conventions.
5 years ago
ConstantBlobs.cs
…
ConstantBlobs.il
…
DirectCallToExplicitInterfaceImpl.cs
…
DirectCallToExplicitInterfaceImpl.il
…
EvalOrder.cs
#2182
: Move "Transform call to struct constructor" from EarlyExpressionTransforms to ILReader.
5 years ago
EvalOrder.il
#2182
: Move "Transform call to struct constructor" from EarlyExpressionTransforms to ILReader.
5 years ago
FSharpLoops.fs
…
FSharpLoops_Debug.cs
Add support for System.Runtime.CompilerServices.SpecialNameAttribute
4 years ago
FSharpLoops_Debug.il
…
FSharpLoops_Release.cs
Add support for System.Runtime.CompilerServices.SpecialNameAttribute
4 years ago
FSharpLoops_Release.il
…
FSharpUsing.fs
…
FSharpUsing_Debug.cs
#2128
: Reformat the whole code base.
5 years ago
FSharpUsing_Debug.il
…
FSharpUsing_Release.cs
#2128
: Reformat the whole code base.
5 years ago
FSharpUsing_Release.il
…
Issue379.cs
…
Issue379.il
…
Issue646.cs
#2128
: Adjust formatting settings used in tests to match our new style.
5 years ago
Issue646.il
…
Issue684.cs
Fix
#2162
: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor
5 years ago
Issue684.il
…
Issue959.cs
#2128
: Reformat the whole code base.
5 years ago
Issue959.il
…
Issue982.cs
…
Issue982.il
…
Issue1038.cs
…
Issue1038.il
…
Issue1047.cs
#2128
: Reformat the whole code base.
5 years ago
Issue1047.il
…
Issue1145.cs
…
Issue1145.il
…
Issue1157.cs
…
Issue1157.il
…
Issue1256.cs
…
Issue1256.il
…
Issue1323.cs
…
Issue1323.il
…
Issue1325.cs
Fix
#603
: Single element arrays should not span multiple lines
5 years ago
Issue1325.il
…
Issue1325.vb
…
Issue1389.cs
Fix
#2162
: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor
5 years ago
Issue1389.il
…
Issue1454.cs
Fix
#2162
: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor
5 years ago
Issue1454.il
…
Issue1681.cs
#2128
: Reformat the whole code base.
5 years ago
Issue1681.il
…
Issue1918.cs
#2128
: Reformat the whole code base.
5 years ago
Issue1918.il
#1918
: Fix a bunch of issues with pinned region detection.
5 years ago
Issue1922.cs
Fix build.
5 years ago
Issue1922.il
Fix
#1924
: preserve hexadecimal format when converting literal to wider type
6 years ago
Issue2104.cs
Fix
#2104
: Check field name of backing field when attempting to transform to an auto property.
5 years ago
Issue2104.il
Fix
#2104
: Check field name of backing field when attempting to transform to an auto property.
5 years ago
Issue2260SwitchString.cs
Fix
#2260
: switch(string) transform: handle empty cases where the C# compiler optimizes out the `if`
5 years ago
Issue2260SwitchString.il
Fix
#2260
: switch(string) transform: handle empty cases where the C# compiler optimizes out the `if`
5 years ago
SequenceOfNestedIfs.cs
#2128
: Reformat the whole code base.
5 years ago
SequenceOfNestedIfs.il
…
UnknownTypes.cs
Fix weird casts to `nint` when writing to fields of unknown type.
5 years ago
UnknownTypes.il
Fix weird casts to `nint` when writing to fields of unknown type.
5 years ago
Unsafe.cs
#2311
: Adjust test case for
#1292
-- fixed statement is now correctly detected
5 years ago
Unsafe.il
ILReader: support comparison between StackType.Ref and StackType.I
5 years ago
WeirdEnums.cs
…
WeirdEnums.il
…