Christoph Wille
|
76b6c97c66
|
Update to latest -alpha1 on NuGet.org
|
7 years ago |
Siegfried Pammer
|
b20d4df95b
|
Fix #1231: System.BadImageFormatException: Invalid coded index
|
7 years ago |
Siegfried Pammer
|
af594e46b9
|
Do not crash on files that contain no managed metadata.
|
7 years ago |
Siegfried Pammer
|
38247fed2d
|
Fix NRE in SortableGridViewColumn.
|
7 years ago |
Siegfried Pammer
|
54f130bd91
|
Simplify signature of DetermineIsIndexer.
|
7 years ago |
Siegfried Pammer
|
342750ad1d
|
Fix DetermineIsIndexer: parameter handles are optional, so it's better to check the signature blob for the parameter count.
|
7 years ago |
Siegfried Pammer
|
57597caf1f
|
Fix #1227: System.InvalidCastException: Cast from Int64 to Empty not supported.
|
7 years ago |
Siegfried Pammer
|
2a80757e0a
|
Fix parameter output of disassembler. Closes #1214
|
7 years ago |
Siegfried Pammer
|
bfdff894bc
|
#1214: Assertion Failed in DecodeSignature() - Fix type system metadata; parameter metadata was assigned to parameter types in the wrong order.
|
7 years ago |
Siegfried Pammer
|
f1f70d0ded
|
Fix #1148: Do not use hexadecimal display in enums if the value is negative.
|
7 years ago |
Siegfried Pammer
|
a5ea005c9a
|
Fix #1223: Can't open up assembly for browsing
|
7 years ago |
Siegfried Pammer
|
888d6b6088
|
Fix #1219: v4.x: crashing on XmlBamlReader.ReadDefAttribute()
|
7 years ago |
Siegfried Pammer
|
71ffb0183b
|
Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere.
|
7 years ago |
Siegfried Pammer
|
39a9efde29
|
Fix #1220: Auto Property named 'Item' decompiled as an invalid indexer
|
7 years ago |
Siegfried Pammer
|
7df1ff3f93
|
Add more test cases to PropertiesAndEvents.
|
7 years ago |
Siegfried Pammer
|
99f9ecadd3
|
Fix #1221: Private setter-only properties are not decompiled correctly
|
7 years ago |
Siegfried Pammer
|
58c3a17a26
|
#1024: Fix bug in sequence point blob mapping.
|
7 years ago |
Daniel Grunwald
|
4bbee5cfcb
|
Merge pull request #1213 from Chicken-Bones/logicand
Reverse Roslyn optimisation to favour && over & on boolean operands.
|
7 years ago |
Siegfried Pammer
|
3ac85f2dec
|
#1024: Use DebugInfo in ILLanguage.
|
7 years ago |
Siegfried Pammer
|
d5b495329f
|
#1024: Make PDB Support in ILSpy more robust.
|
7 years ago |
Siegfried Pammer
|
e134396912
|
Update ICSharpCode.Decompiler.PowerShell to 4.0.0.4201-alpha1
|
7 years ago |
Siegfried Pammer
|
bd829882fb
|
Make ICSharpCode.Decompiler.Console a dotnet tool.
|
7 years ago |
Siegfried Pammer
|
420ecb5906
|
Move ILParser to separate file.
|
7 years ago |
Siegfried Pammer
|
5946b32c2e
|
Fix #984: Add keyboard shortcut for "analyze"
|
7 years ago |
Siegfried Pammer
|
d9187912f1
|
Fix #1216: OverflowException while decompiling enum value.
|
7 years ago |
Siegfried Pammer
|
504aa56523
|
Update DecompilerNuGetDemos.workbook to reflect latest API changes.
|
7 years ago |
Siegfried Pammer
|
f634710570
|
Closes #943; Use official EmbedAllSources parameter; remove workaround
|
7 years ago |
Siegfried Pammer
|
abe3b3a74c
|
Fix #1217: System.Xml.XmlException on browsing any type, if referenced xml doc is not available.
|
7 years ago |
Chicken-Bones
|
f539bee362
|
Move binary->logical AND to ExpressionTransforms and use SemanticHelper.IsPure
|
7 years ago |
Siegfried Pammer
|
7f10781c63
|
AttributeAppliedToAnalyzer: Add support for attributes on parameters, generic parameters and constraints
|
7 years ago |
Siegfried Pammer
|
0e10290b0f
|
Fix #1215: Add namespaces of type parameter constraints to superset.
|
7 years ago |
Siegfried Pammer
|
156728681a
|
Make creating CSharpDecompiler easier.
|
7 years ago |
Chicken-Bones
|
fe6a85fa68
|
Reverse Roslyn optimisation to favour && over & on boolean operands.
|
7 years ago |
Siegfried Pammer
|
3a7a8c4b5a
|
Update DecompilerNuGetDemos.workbook to work with version 4.0 pre-alpha nuget.
|
7 years ago |
Siegfried Pammer
|
abb8dacb8a
|
Add simple PEFile constructor that can be used to easily load a PE file from disk.
|
7 years ago |
Siegfried Pammer
|
2a9f451ef0
|
Fix documentation on IAnalyzer interface.
|
7 years ago |
Siegfried Pammer
|
2253d722eb
|
#1054: Add "Copy error message" menu item to ErrorTreeNode.
|
7 years ago |
Siegfried Pammer
|
cb2ec2bf89
|
UniversalAssemblyResolver: Fix handling of strange assembly references.
|
7 years ago |
Siegfried Pammer
|
dbe29596de
|
Fix #1210: v4.x: System.InvalidCastException: Specified cast is not valid
|
7 years ago |
Siegfried Pammer
|
9f7475022a
|
Remove old analyzer code.
|
7 years ago |
Siegfried Pammer
|
2fc12ed507
|
Reimplement AttributeAppliedToAnalyzer, add AnalyzedModuleTreeNode
|
7 years ago |
Siegfried Pammer
|
195a1cf55b
|
IModule should implement ISymbol.
|
7 years ago |
Siegfried Pammer
|
2839724e8d
|
Add ExportAnalyzerAttribute
|
7 years ago |
Siegfried Pammer
|
3d510625dd
|
Fix #623: move public Analyze method to AnalyzerTreeView, so it is accessible from plugins.
|
7 years ago |
Daniel Grunwald
|
4e8ebbf7f4
|
Fix #1189: Avoid crashing on invalid IL bytes.
|
7 years ago |
Daniel Grunwald
|
08e8091336
|
Fix #1211: Handle BadImageFormatException on invalid local signatures.
|
7 years ago |
Siegfried Pammer
|
549142c6f4
|
#1208: Prevent automatic reference load in ILLanguage, if FullDecompilation is active.
|
7 years ago |
Siegfried Pammer
|
18e0c7110f
|
Fix #1208: v4.x: EnumUnderlyingTypeResolveException when opening up assembly
|
7 years ago |
Siegfried Pammer
|
3cb2d316a3
|
Fix #1209: System.ArgumentException: given Block is invalid!, named arguments in object / collection initializer ctor were not supported.
|
7 years ago |
Siegfried Pammer
|
8388fa1495
|
Analyzers: Show number of results next to title of AnalyzerSearchTreeNode
|
7 years ago |