4184 Commits (3b46776c5ef1ca79efc98f547ad71e3436a8b0d1)
 

Author SHA1 Message Date
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 7 years ago
Siegfried Pammer 6d1792652b Fix #1178: Ignore PDB load errors. 7 years ago
Siegfried Pammer 2e5ed08be4 Add information about debug info source to ILSpy UI. 7 years ago
Siegfried Pammer 8335615842 Add IDebugInfoProvider.Description property 7 years ago
Siegfried Pammer 29277eb94c Add EnumUnderlyingTypeResolveException to TypeProvider. 7 years ago
Siegfried Pammer 20ccd51948 Fix bug in SwitchOnStringTransform.SimplifyCascadingIfStatements: Do not eliminate unrelated stores right before the start of the switch. 7 years ago
Siegfried Pammer cb0629448d CSharpDecompiler.GetCodeMappingInfo: Add support for async and yield fsms. 7 years ago
Siegfried Pammer 27cf62d710 Move CodeMappingInfo to Decompiler. 7 years ago
Siegfried Pammer e3dd2f6d86 LookupIndexers should ignore explicit interface implementations. 7 years ago
Siegfried Pammer ce855885b1 Implement new declsec parser in ReflectionDisassembler + added unit tests. 7 years ago
Siegfried Pammer 716eade5a6 Add missing "method" keyword to method definition tokens in ldtoken instruction. 7 years ago
Siegfried Pammer d3d7dda7e4 Rework WriteSecurityDeclarationArgument to make sure it produces output, that can be reassembled. 7 years ago
Siegfried Pammer 01e374fd4f Add EnumUnderlyingTypeResolveException and clean up exceptions in ReflectionDisassembler: use BadImageFormatException for any unexpected values. 7 years ago
Siegfried Pammer 1e9424c7bd CSharpLanguage.DecompileAssembly: Move initialization of type system into assembly load lock. 7 years ago
Siegfried Pammer 529a61a117 Fix bug in DecompilerTypeSystem initialization, causing assemblies being added multiple times. 7 years ago
Siegfried Pammer bf8bd6b597 Add missing ApplyAttributesToType in MetadataAssembly.ResolveMethodSpecification. 7 years ago
Daniel Grunwald d63a37dcda Allow comparing metadata entities across compilations. 7 years ago
Siegfried Pammer 19b4aa043c Fix #1201: Still getting error: "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection." 7 years ago
Siegfried Pammer 68123fc6b3 Fix build. 7 years ago
Siegfried Pammer f3a8128693 Forgot some changes. 7 years ago
Siegfried Pammer 78dab4f44b Cleanup 7 years ago
Siegfried Pammer 1d18a83a15 Fix NRE in AssemblyNameReference 7 years ago
Siegfried Pammer 911fd83c39 Use more appropriate exception types where possible. 7 years ago
Siegfried Pammer f40743994b Remove EventDefinition.DecodeSignature 7 years ago
Siegfried Pammer 4540b93e19 Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections. 7 years ago
Siegfried Pammer b5191c169b Implement TextOutputWithRollback to allow rolling back output of security declarations we could not parse due to missing enum types. 7 years ago
Siegfried Pammer 51c62353bd Replace exception with assertion in DelegateConstruction. 7 years ago
Siegfried Pammer d862a5f17d Prevent exceptions in ModuleReferenceTreeNode if AssemblyFile entry cannot be found. 7 years ago
Siegfried Pammer 2359b09d9b DecompilerTypeSystem: Do not load modules that contain no metadata. 7 years ago
Siegfried Pammer 89544864bf Provide better exceptions and messages in case of errors. 7 years ago
Siegfried Pammer bc97127d9d Reorganize extension methods + remove unused/obsolete. 7 years ago
Siegfried Pammer 0377f406f8 Remove some NotImplementedExceptions/NotSupportedExceptions 7 years ago
Siegfried Pammer 4f1c6e3509 Remove more dead code. 7 years ago
Siegfried Pammer 1f9472e10e Refactor GetDeclaringAssembly + Add support for module references. 7 years ago
Siegfried Pammer ab977c95a6 Add IAssemblyResolver.ResolveModule 7 years ago
Siegfried Pammer 5ad3cf9143 Add support for module references in ILSpy. 7 years ago
Siegfried Pammer 93aca8ef03 Add support for module references in ReflectionDisassembler. 7 years ago
Siegfried Pammer bfc4d4e84d Add missing keywords to ILAsm-Mode.xshd 7 years ago
Daniel Grunwald ee3a76bc67 Remove more dead code. 7 years ago
Daniel Grunwald 0f71b65b53 Remove unresolved TS interfaces. 7 years ago
Daniel Grunwald 2fa2eb9d18 Remove some of the old TS implementations. 7 years ago
Daniel Grunwald 3be697eadf Rewrite MinimalCorlib without using the unresolved TS. 7 years ago
Siegfried Pammer e548aa88c2 Disassembler: Fix output of class type names in security declarations. 7 years ago
Siegfried Pammer 5645b27ebe Disassembler: Fix generic type arguments and escaping in ToILNameString 7 years ago
Siegfried Pammer 19dcd23b13 Disassembler: Fix bug ILStructure primitive loop detection. 7 years ago
Siegfried Pammer 5af952dc37 Print XML security declarations as blob like ildasm does. 7 years ago
Siegfried Pammer d94dbe3168 Add AssemblyResolver to ReflectionDisassembler in ILLanguage 7 years ago
Siegfried Pammer 6a70ccdc83 Add documentation to the analyzer API. 7 years ago
Siegfried Pammer 41e43920dc Fix missing AssemblyResolver in ILSpyWholeProjectDecompiler. 7 years ago
Siegfried Pammer 0cbd146c84 Add "Generate portable PDB" to main menu 7 years ago