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
8038
Commits
18
Branches
85
Tags
83 MiB
C#
98.6%
JavaScript
0.6%
Visual Basic .NET
0.2%
PowerShell
0.2%
Tree:
d511e768df
ILSpy
/
ICSharpCode.Decompiler.Tests
/
TestCases
/
ILPretty
History
ds5678
437bd5656c
Fix unit test
4 months ago
..
.gitignore
…
CS1xSwitch_Debug.cs
…
CS1xSwitch_Debug.il
…
CS1xSwitch_Release.cs
…
CS1xSwitch_Release.il
…
CallIndirect.cs
…
CallIndirect.il
…
ConstantBlobs.cs
…
ConstantBlobs.il
…
DirectCallToExplicitInterfaceImpl.cs
…
DirectCallToExplicitInterfaceImpl.il
…
EmptyBodies.cs
Fix
#2964
An error occurred
: Better error message when a method only contains a single ret instruction.
2 years ago
EmptyBodies.il
Fix crash when control flow reaches end of method.
2 years ago
EvalOrder.cs
…
EvalOrder.il
…
FSharpLoops.fs
…
FSharpLoops_Debug.cs
Add support for C# 12 primary constructors.
12 months ago
FSharpLoops_Debug.il
…
FSharpLoops_Release.cs
Add support for C# 12 primary constructors.
12 months ago
FSharpLoops_Release.il
…
FSharpUsing.fs
…
FSharpUsing_Debug.cs
…
FSharpUsing_Debug.il
…
FSharpUsing_Release.cs
…
FSharpUsing_Release.il
…
GuessAccessors.cs
Sightly improve variable naming of known types such as EventArgs and Exceptions
4 months ago
GuessAccessors.il
Add test for indexer initializers
3 years ago
Issue379.cs
…
Issue379.il
…
Issue646.cs
…
Issue646.il
…
Issue684.cs
TransformInlineAssignmentStObjOrCall: Make sure no dead store is produced by the transform.
3 years ago
Issue684.il
…
Issue959.cs
…
Issue959.il
…
Issue982.cs
…
Issue982.il
…
Issue1038.cs
…
Issue1038.il
…
Issue1047.cs
…
Issue1047.il
…
Issue1145.cs
…
Issue1145.il
…
Issue1157.cs
…
Issue1157.il
…
Issue1256.cs
…
Issue1256.il
…
Issue1323.cs
…
Issue1323.il
…
Issue1325.cs
…
Issue1325.il
…
Issue1325.vb
…
Issue1389.cs
…
Issue1389.il
…
Issue1454.cs
…
Issue1454.il
…
Issue1681.cs
…
Issue1681.il
…
Issue1918.cs
Fix unit test
4 months ago
Issue1918.il
…
Issue1922.cs
Fix
#2166
An error occurred
: Unnecessary uint casts/conversions for certain bitwise operations
9 months ago
Issue1922.il
…
Issue2104.cs
…
Issue2104.il
…
Issue2260SwitchString.cs
…
Issue2260SwitchString.il
…
Issue2443.cs
Fix
#2443
An error occurred
: do not use this()-ctor initializers by accident if base type is unknown.
4 years ago
Issue2443.il
Fix
#2443
An error occurred
: do not use this()-ctor initializers by accident if base type is unknown.
4 years ago
Issue3421.cs
Enhance null handling in switch transformations
5 months ago
Issue3421.il
Add test
5 months ago
Issue3442.cs
Don't include generic constraints in generated explicit overrides
4 months ago
Issue3442.il
Don't include generic constraints in generated explicit overrides
4 months ago
MonoFixed.cs
AssignVariableNames: Handle fixed statement special cases
1 year ago
MonoFixed.il
Add ILPretty test for MCS 2.6.4 fixed string
2 years ago
SequenceOfNestedIfs.cs
#2685
An error occurred
: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override.
3 years ago
SequenceOfNestedIfs.il
…
UnknownTypes.cs
#2685
An error occurred
: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override.
3 years ago
UnknownTypes.il
…
Unsafe.cs
Fix
#2397
An error occurred
: Introduced calls to Unsafe.Read or Unsafe.Write when we would otherwise cause "Cannot declare a pointer to a managed type T" errors.
2 years ago
Unsafe.il
Add missing EmbeddedAttribute in Unsafe.il testcase.
3 years ago
WeirdEnums.cs
Fix
#3108
An error occurred
: illegal nested classes in enums throw off EnumValueDisplayMode handling.
2 years ago
WeirdEnums.il
Fix
#3108
An error occurred
: illegal nested classes in enums throw off EnumValueDisplayMode handling.
2 years ago