128 Commits (c148ba6609c13f3d9253f20da9ab6be13321bee6)

Author SHA1 Message Date
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 dd4d090468 Lots of improvements/fixes for the disassembler. 14 years ago
Daniel Grunwald d362f8d0f6 Fixed several bugs in the IL disassembler. 14 years ago
Daniel Grunwald 7513c8c64b Show attributes on parameters in IL view. Closes #187. 14 years ago
Eusebiu Marcu 207af4eced update to latest code mappings 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 14 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 14 years ago
Eusebiu Marcu a0bff8626e sync bookmarks : types/members and C#/IL(not working 100%). 14 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 14 years ago
Daniel Grunwald 1e13e4a6fa Show generic constraints in IL view. Closes #140. 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Eusebiu Marcu e184c73f2d fix code mappings for IL 14 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 14 years ago
Daniel Grunwald e25a05278b Avoid using the incorrect FilterEnd property. 14 years ago
Daniel Grunwald 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 14 years ago
Artur Zgodziñski c81f81827f Implemented printing of .overrides and interfaces directives in IL. 14 years ago
Eusebiu Marcu bdef355037 Make the specific code mappings storages internal. 14 years ago
Eusebiu Marcu b1d7e2b0a6 fix IL code mappings 15 years ago
Daniel Grunwald a3c241dac6 Improve handling of pinned variables. 15 years ago
Eusebiu Marcu 10f225ffdd synchronize CurrentLineBookmark 15 years ago
Eusebiu Marcu 816c34d94c rename and clean 15 years ago
Eusebiu Marcu 572c79f097 Fix IL Code mappings; 15 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
Eusebiu Marcu 311944c674 Fix code stepping without symbols. 15 years ago
pentp c61d3b3ab2 Fix for handler blocks ending at method body end 15 years ago
Eusebiu Marcu 31c1527d1a Use ConcurrentDictionary 15 years ago
Eusebiu Marcu a5d912969c CSharp Code mappings and stepping 15 years ago
Eusebiu Marcu 16d84ed0d9 Create a simple expression parser. 15 years ago
Daniel Grunwald f1fc689f96 Fixed structure detection bug that prevented try-finally blocks from being moved into loops. 15 years ago
Eusebiu Marcu 00d01f24ba Stepping in IL debugger 15 years ago
Eusebiu Marcu 556fb79e8c Create IL <-> editor code mappings 15 years ago
Daniel Grunwald 044714fe29 Use a simpler loop detection for the disassembler. 15 years ago
Daniel Grunwald 3d28650309 ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 15 years ago
Daniel Grunwald 1093ba83df Code cleanup. 15 years ago
Daniel Grunwald 0259fa8037 Remove unused imports 15 years ago
Daniel Grunwald d569ba5395 Moving the disassembler into the ICSharpCode.Decompiler library. 15 years ago