4502 Commits (deb2ceebd8e84b0295209637892ff7650a115f2c)
 

Author SHA1 Message Date
Siegfried Pammer 420ecb5906 Move ILParser to separate file. 8 years ago
Siegfried Pammer 5946b32c2e Fix #984: Add keyboard shortcut for "analyze" 8 years ago
Siegfried Pammer d9187912f1 Fix #1216: OverflowException while decompiling enum value. 8 years ago
Siegfried Pammer 504aa56523 Update DecompilerNuGetDemos.workbook to reflect latest API changes. 8 years ago
Siegfried Pammer f634710570 Closes #943; Use official EmbedAllSources parameter; remove workaround 8 years ago
Siegfried Pammer abe3b3a74c Fix #1217: System.Xml.XmlException on browsing any type, if referenced xml doc is not available. 8 years ago
Chicken-Bones f539bee362 Move binary->logical AND to ExpressionTransforms and use SemanticHelper.IsPure 8 years ago
Siegfried Pammer 7f10781c63 AttributeAppliedToAnalyzer: Add support for attributes on parameters, generic parameters and constraints 8 years ago
Siegfried Pammer 0e10290b0f Fix #1215: Add namespaces of type parameter constraints to superset. 8 years ago
Siegfried Pammer 156728681a Make creating CSharpDecompiler easier. 8 years ago
Chicken-Bones fe6a85fa68 Reverse Roslyn optimisation to favour && over & on boolean operands. 8 years ago
Siegfried Pammer 3a7a8c4b5a Update DecompilerNuGetDemos.workbook to work with version 4.0 pre-alpha nuget. 8 years ago
Siegfried Pammer abb8dacb8a Add simple PEFile constructor that can be used to easily load a PE file from disk. 8 years ago
Siegfried Pammer 2a9f451ef0
Fix documentation on IAnalyzer interface. 8 years ago
Siegfried Pammer 2253d722eb #1054: Add "Copy error message" menu item to ErrorTreeNode. 8 years ago
Siegfried Pammer cb2ec2bf89 UniversalAssemblyResolver: Fix handling of strange assembly references. 8 years ago
Siegfried Pammer dbe29596de Fix #1210: v4.x: System.InvalidCastException: Specified cast is not valid 8 years ago
Siegfried Pammer 9f7475022a Remove old analyzer code. 8 years ago
Siegfried Pammer 2fc12ed507 Reimplement AttributeAppliedToAnalyzer, add AnalyzedModuleTreeNode 8 years ago
Siegfried Pammer 195a1cf55b IModule should implement ISymbol. 8 years ago
Siegfried Pammer 2839724e8d Add ExportAnalyzerAttribute 8 years ago
Siegfried Pammer 3d510625dd Fix #623: move public Analyze method to AnalyzerTreeView, so it is accessible from plugins. 8 years ago
Daniel Grunwald 4e8ebbf7f4 Fix #1189: Avoid crashing on invalid IL bytes. 8 years ago
Daniel Grunwald 08e8091336 Fix #1211: Handle BadImageFormatException on invalid local signatures. 8 years ago
Siegfried Pammer 549142c6f4 #1208: Prevent automatic reference load in ILLanguage, if FullDecompilation is active. 8 years ago
Siegfried Pammer 18e0c7110f Fix #1208: v4.x: EnumUnderlyingTypeResolveException when opening up assembly 8 years ago
Siegfried Pammer 3cb2d316a3 Fix #1209: System.ArgumentException: given Block is invalid!, named arguments in object / collection initializer ctor were not supported. 8 years ago
Siegfried Pammer 8388fa1495 Analyzers: Show number of results next to title of AnalyzerSearchTreeNode 8 years ago
Siegfried Pammer 23f118ac93 Fix incorrect display of constructors in tree view. 8 years ago
Siegfried Pammer acd4f0b182 Fix incorrect results in TypeExposedByAnalyzer and TypeUsedByAnalyzer 8 years ago
Siegfried Pammer 1ff5353907 Add includeNamespaceOfDeclaringTypeName to ToString methods in Language. 8 years ago
Siegfried Pammer 3b1ad6a69c Fix bugs in TypeUsedByAnalyzer, MethodUsedByAnalyzer and others. 8 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. 8 years ago
Siegfried Pammer 0464b1a02d Clean up of IAnalyzer API. 8 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. 8 years ago
Siegfried Pammer c883f68842 Remove unused TypeSystemHelper.cs 8 years ago
Siegfried Pammer 0b498df891 Fix performance of SearchStrategies. 8 years ago
Christoph Wille 5efd336dcc
Add VS2017 extension to README.MD Closes #1171 8 years ago
Daniel Grunwald 238d2900a8 Merge branch 'split-variables' 8 years ago
Daniel Grunwald 61f4bb4071
Merge pull request #1030: Replace Mono.Cecil with System.Reflection.Metadata 8 years ago
Daniel Grunwald 90d866d78a Fix #1193: Performance issues with deeply nested block structures 8 years ago
Daniel Grunwald bafb6d1d49 Fix #1194: empty if statements are decompiled into goto statements 8 years ago
Daniel Grunwald 7f84bcfbb5 Upgrade DiffLib. 8 years ago
Daniel Grunwald b4dd917949 Avoid copying resources into managed memory. 8 years ago
Daniel Grunwald 2d04f24670 Fix stack overflow in RequiredNamespaceCollector. 8 years ago
Siegfried Pammer 5faead453c Fix build of BAML decompiler. 8 years ago
Siegfried Pammer 7f57080672 simplify GetLanguageSpecificName 8 years ago
Siegfried Pammer 58c2746e60 LiteralSearchStrategy: implement support for field constants. 8 years ago
Siegfried Pammer 7ded12c5fb Reimplement search strategies. 8 years ago
Siegfried Pammer f4733307f4 Move search-related files to Search subfolder. 8 years ago