4238 Commits (2253d722ebda35d149d106593cb811baf88baef8)
 

Author SHA1 Message Date
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
Siegfried Pammer 23f118ac93 Fix incorrect display of constructors in tree view. 7 years ago
Siegfried Pammer acd4f0b182 Fix incorrect results in TypeExposedByAnalyzer and TypeUsedByAnalyzer 7 years ago
Siegfried Pammer 1ff5353907 Add includeNamespaceOfDeclaringTypeName to ToString methods in Language. 7 years ago
Siegfried Pammer 3b1ad6a69c Fix bugs in TypeUsedByAnalyzer, MethodUsedByAnalyzer and others. 7 years ago
Siegfried Pammer b82f4dd773 Fix #1206: Could not decode attribute arguments. There was a bug in the calculation of public key tokens of assembly definitions. 7 years ago
Siegfried Pammer 0464b1a02d Clean up of IAnalyzer API. 7 years ago
Siegfried Pammer 79611d5976 Fix search on ctors and always show full signature in search result. This should help to find the right overload more easily. 7 years ago
Siegfried Pammer c883f68842 Remove unused TypeSystemHelper.cs 7 years ago
Siegfried Pammer 0b498df891 Fix performance of SearchStrategies. 7 years ago
Christoph Wille 5efd336dcc
Add VS2017 extension to README.MD Closes #1171 7 years ago
Daniel Grunwald 238d2900a8 Merge branch 'split-variables' 7 years ago
Daniel Grunwald 61f4bb4071
Merge pull request #1030: Replace Mono.Cecil with System.Reflection.Metadata 7 years ago
Daniel Grunwald 90d866d78a Fix #1193: Performance issues with deeply nested block structures 7 years ago
Daniel Grunwald bafb6d1d49 Fix #1194: empty if statements are decompiled into goto statements 7 years ago
Daniel Grunwald 7f84bcfbb5 Upgrade DiffLib. 7 years ago
Daniel Grunwald b4dd917949 Avoid copying resources into managed memory. 7 years ago
Daniel Grunwald 2d04f24670 Fix stack overflow in RequiredNamespaceCollector. 7 years ago
Siegfried Pammer 5faead453c Fix build of BAML decompiler. 7 years ago
Siegfried Pammer 7f57080672 simplify GetLanguageSpecificName 7 years ago
Siegfried Pammer 58c2746e60 LiteralSearchStrategy: implement support for field constants. 7 years ago
Siegfried Pammer 7ded12c5fb Reimplement search strategies. 7 years ago
Siegfried Pammer f4733307f4 Move search-related files to Search subfolder. 7 years ago
Daniel Grunwald d8c8a75c2e Fix #1154: Decompilation of fixed statement when pointer variable is unused 7 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 7 years ago
Daniel Grunwald b750a30be4 Fix MethodUsesAnalyzer. 7 years ago
Daniel Grunwald de3ffa2851 Adjust ILSpy to type system changes. 7 years ago
Daniel Grunwald b396d203bd Merge IDecompilerTypeSystem with ICompilation. 7 years ago
Daniel Grunwald 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
Daniel Grunwald c54632e7cb Fix some type system bugs. 7 years ago
Daniel Grunwald 107fe5eb1c Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
Daniel Grunwald fdc109eebd Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails. 7 years ago
Siegfried Pammer 463494e3fa Delete files not included in ILSpy.csproj from the repository. 7 years ago
Siegfried Pammer dccd0052dc Merge XmlDocKeyProvider.cs into IdStringProvider.cs 7 years ago
Siegfried Pammer b6e88c4bbb Handle EnumUnderlyingTypeResolveException in CustomAttribute.DecodeValue() 7 years ago
Daniel Grunwald 4580eab7ab Disable ref inline assignments. 7 years ago
Daniel Grunwald 7ee686cb67 Allow splitting a variable even if it has its address taken and stored in a ref-local. 7 years ago