137 Commits (9db07b54c5d121be980fe898620413afa31006b9)

Author SHA1 Message Date
Daniel Grunwald 9db07b54c5 Adjust decompiler to NRefactory changes. 14 years ago
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Daniel Grunwald fc58b40400 Fixed decompilation of WinRT classes (methods implementing interfaces were misdetected as explicit interface implementations) 14 years ago
Daniel Grunwald 5463a70fe4 Decompile [ComImport] attribute. 14 years ago
Daniel Grunwald fde6361995 Fixed missing XML documentation on enum members. 14 years ago
Daniel Grunwald 4f5fb6c140 Fixed references to enum values nested within generic types. 14 years ago
Daniel Grunwald 9376ece056 Fixed references to enum values nested within generic types. 14 years ago
Daniel Grunwald c339b9270a Fix crash in disassembler and decompiler when HasPInvokeInfo=true but PInvokeInfo=null (occurs with unmanaged methods in C++/CLI assemblies) 14 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Siegfried Pammer 111a6ca292 do not use primitive type names in TreeNodes; fixes #183 14 years ago
Daniel Grunwald 7d24f683d1 Decompile AssemblyVersion attribute. Closes #188. 14 years ago
Daniel Grunwald 3779381796 Add support for type forwarding declarations ([TypeForwardedToAttribute]). Closes #190. 14 years ago
Daniel Grunwald 32081feb1b Decompile security declarations. Closes #189. 14 years ago
Daniel Grunwald 2d42dd5c57 Fixed several issues related to [MarshalAs] attributes. 14 years ago
Daniel Grunwald e2794252fb When decompiling a field, also decompile constructors to check whether there's an initializer on the field. 14 years ago
Siegfried Pammer 439de223bf implement proper fix for #179 + add unit test 14 years ago
Siegfried Pammer e9eca059d5 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
Daniel Grunwald faf3a29a08 Fixed position of XML comments on nested types. 14 years ago
Siegfried Pammer 8c228a4df1 fix bug when printing type names introduced by commit 51fc2f10cc 14 years ago
Siegfried Pammer 51fc2f10cc Look for generic type parameters defined in TypeDefinition, allows us to display angle brackets in unbound type names, e.g., typeof(List<>) fixes #179 14 years ago
Eusebiu Marcu 207af4eced update to latest code mappings 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 15 years ago
Artur Zgodziński d900a171fa Improved decompilation of new modifier. 15 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 15 years ago
Daniel Grunwald 65c56de456 Show optional parameters. 15 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 15 years ago
pentp 28e1ec37f9 Fixed generic constraint display on method overrides and explicit interface implementations. 15 years ago
Ed Harvey b35cd2f7ba Fix incorrect merge in 7f5b04d Add support for shadowing events. 15 years ago
Ed Harvey 7f5b04d8e0 Add support for shadowing events. 15 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 15 years ago
Daniel Grunwald 576a13214c Display return type attributes on delegates. 15 years ago
Eusebiu Marcu 65be04d18e Move local variables into a property of AstBuilder 15 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 15 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 15 years ago
Daniel Grunwald c869e7cf02 Implemented support for undocumented expressions. 15 years ago
Daniel Grunwald 12a8267c21 Adjust ILSpy to NRefactory API changes. 15 years ago
Daniel Grunwald 256fc931e9 Show the numeric value when decompiling an enum member. Closes #126. 15 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 15 years ago
Daniel Grunwald 2a462c3451 Add support for arglist opcode. 15 years ago
Daniel Grunwald be7ae61b8f Add support for anonymous types. 15 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 15 years ago
Daniel Grunwald 6c6dc0e36b Fixed enum constants. 15 years ago
Daniel Grunwald 33a7120555 Add support for negated enum constants (e.g. "v &= ~Enum.Flag;"). Closes #114. 15 years ago
Daniel Grunwald 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 15 years ago
Artur Zgodziski 8462984233 Improved names of indexers in the tree view. 15 years ago
Artur Zgodziski e8d81ed17c Fixed "Overrided By" method analyzer. Added similar analyzer for properties. 15 years ago
Artur Zgodziski 368cac6c7f Added support for new modifier (methods and properties only). 15 years ago
Artur Zgodziski c15d5d304e Fixed accessibility of property accessors. 15 years ago
Daniel Grunwald a905ca19f3 Expose the generated compilation unit in the AstBuilder. 15 years ago
Daniel Grunwald 2e4f0411cd Use operator syntax when decompiling operator methods. Closes #103. 15 years ago