13 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Siegfried Pammer e94eb91739 Fix #3372: Fix loading a DLL that contains byte sequences matching ZIP central directory. 4 months ago
Siegfried Pammer df859a0520 Fix #3300: System.FormatException: The input string 'PDB' was not in a correct format. 7 months ago
Siegfried Pammer 76cc084dcd LazyInitializer.EnsureInitialized does not allow null as return value. Use LazyInit instead. 9 months ago
Siegfried Pammer dbd9632f34 Fix #3247: InvalidOperationException thrown when reading debug metadata files 10 months ago
Siegfried Pammer 77b237d5a4 Fix mysteriously deleted issue #3197: Skip file formats that currently can only be loaded from a file when dealing with a file from a bundle or package. 12 months ago
Siegfried Pammer 65e30c0bd6 Add IFileLoader API 1 year ago
Siegfried Pammer 921bf36261 Add WebCIL support 1 year ago
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
Siegfried Pammer 12cbf14106 Clean up node classes. 1 year ago
Siegfried Pammer 942131f487 #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 1 year ago
Christoph Wille f56881de32
Change .Result to .GetAwaiter().GetResult() (#3040) 2 years ago
Siegfried Pammer 35440d9974 Remove LoadedAssembly.WaitUntilLoaded 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Siegfried Pammer 31f6be38b5 Fix nullability warnings 3 years ago
Siegfried Pammer 669b48b609 Add AssemblyListSnapshot.TryGetSimilarModuleAsync 3 years ago
Siegfried Pammer 11fbb2610d #2594: Introduce AssemblyListSnapshot to avoid expensive and repetitive LoadedAssembly.CreateLoadedAssemblyLookupAsync calls 3 years ago
Siegfried Pammer e823ed9966 #2594: Cache LoadedAssembly.GetTargetFrameworkIdAsync, LoadedAssembly.GetRuntimePackAsync, PEFile.Name, PEFile.FullName to improve performance of assembly resolving. This improves performance of the analysis by a factor of 2. 3 years ago
Siegfried Pammer 27f56a9253 Use ArrayPool<byte>.Shared for decompression. 4 years ago
Siegfried Pammer 6cda7cceb1 Use FileName parameter instead of LoadedAssembly.fileName 4 years ago
Christian Prähauser 95f9908823 Ensure we read all of compressed data in LoadCompressedAssembly 4 years ago
Christian Prähauser 39d230f022 Support loading compressed Xamarin assemblies, see #2137 4 years ago
Daniel Grunwald 6757295b3b Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline. 4 years ago
Daniel Grunwald 46e9f633ca #enable nullable in AssemblyList + DecompilerTextView 4 years ago
riQQ 95bd57c888
Fix warning CS8625 4 years ago
Siegfried Pammer 5734da4294 Fix #2314: ILSpy incorrectly resolves a runtime dependency when dll is present in both WindowsDesktop.App and NETCore.App 4 years ago
Siegfried Pammer 5740068753 Fix #2310: Do not set mainAssemblyFileName in UniversalAssemblyResolver in case LoadedAssembly.FileName is not a full path. 4 years ago
Daniel Grunwald 281586de1f `#enable nullable` for a couple of files. 4 years ago
Daniel Grunwald 2f14cde050 #2295: Handle BadImageFormatException in LoadAssembly. 4 years ago
Daniel Grunwald 263d9b9e07 Simplify the assembly-resolving implementation. 4 years ago
Daniel Grunwald 3664e36e3e Fix GetAssemblyReferenceClassifier() not initializing the universalResolver. 4 years ago
Daniel Grunwald d70bfe80d5 Add ResolveAsync() method to IAssemblyResolver interface. 4 years ago
Daniel Grunwald 687bca88f3 LoadedAssembly.GetPEFileOrNull(): avoid unnecessary throw+catch when called on bundles. 4 years ago
Siegfried Pammer 924e7a0ec4 Fix "Select PDB" command when working with bundles. 5 years ago
Daniel Grunwald 82bb805657 Don't show PDB context menu entries on bundle nodes. 5 years ago
Daniel Grunwald 0de6238d65 Support resolving assembly references within a bundle. 5 years ago
Daniel Grunwald b2cbb12f15 Thread-safety for LoadedAssembly.GetTypeSystemOrNull() 5 years ago
Siegfried Pammer f0012cbc1a #2198: Make ILSpy more resilient in case of obfuscated assemblies. 5 years ago
Daniel Grunwald a354b32a16 Add support for .NET bundles. 5 years ago
Daniel Grunwald f74d3c40a9 Add NuGet packages (and other files) to TreeView 5 years ago
文煌 d612008c9f write OutputType for asp.net library 5 years ago
文煌 e8e0f89f6d don't write HintPath for .NET Core shared assembly 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer 4b865c27e4 Fix #2076: VS AddIn opens reference assembly. 5 years ago
Siegfried Pammer 4f8c588c7b Fix #2068: ILSpy can't find referenced library even though it's open 5 years ago
dymanoid b492a20442 Move assembly resolution logic to better place 5 years ago
Siegfried Pammer 60e9c204cc Fix #1940: Make sure that we use the correct .NET Core version, when there are multiple frameworks loaded in the current assembly list. 5 years ago
Siegfried Pammer 69a863957c Fix #1977: Add tests for analyzers 5 years ago
Siegfried Pammer 1ff1ade8e7 Add "(.netmodule)" to treenode, if the LoadedAssembly instance represents a .netmodule 5 years ago
Siegfried Pammer da33002c66 Fix #1504: Selected decompiler settings should affect tree view and tooltips 5 years ago
Siegfried Pammer 82f048d497 Add "Select PDB..." context menu item on assemblies, to be able to manually load a PDB for an assembly. 5 years ago