36 Commits (556fb79e8c96191f9cb9f6db421fe80f8d1aeb39)

Author SHA1 Message Date
Eusebiu Marcu 556fb79e8c Create IL <-> editor code mappings 15 years ago
David Srbecký c3885ad7a1 Implemented control flow merge points (aka Phi) 15 years ago
Eusebiu Marcu c3ef036fd6 Add debugger core. 15 years ago
David Srbecký 9387dadfc8 Fixed conditional loops 15 years ago
David Srbecký 0d522ba136 Fixed some missing gotos and labels 15 years ago
David Srbecký a420fd6d38 Don't use SimplifyMacros because it breaks the method Body 15 years ago
Daniel Grunwald 949b6adac4 Improve naming of local variables (remove the 'I' in interface names) 15 years ago
Daniel Grunwald 1d2eb714f7 Remove parenthesis in throw statement. 15 years ago
Daniel Grunwald 7d4252373c Improve automatic variable names. 15 years ago
Daniel Grunwald 03edb5cf5c Don't always remove "this." 15 years ago
David Srbecký f321e6469a Fix for the first instruction not inlineing 15 years ago
Daniel Grunwald 185e9e4331 Fix decompiling "this". 15 years ago
Daniel Grunwald cb973e0c74 Make static Options readonly (will likely be removed later) 15 years ago
David Srbecký 014d9b5460 Do not modify Cecil's data 15 years ago
Daniel Grunwald 949e7c2378 Move decompiler code into ICSharpCode.Decompiler; add very simple integration with ILSpy. 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 a4af0a46f2 Move assembly loading from constructor to Loaded event. 15 years ago
Daniel Grunwald c4c3356f2b Move Language to FilterSettings. 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
Daniel Grunwald ae26637949 A bit more documentation for my FlowAnalysis code. 15 years ago
Daniel Grunwald 1ee3aee83e Disassembler bugfixes. 15 years ago
Daniel Grunwald 158b10d2fb Move decompilation to background thread. 15 years ago
Daniel Grunwald d1c932b94d Add build scripts. 15 years ago
Daniel Grunwald d779383cb8 Add support for short forms to ControlFlowGraphBuilder. 15 years ago
Daniel Grunwald dbdb2c1561 Show loop head in disassembly view. 15 years ago
Daniel Grunwald 6d7a7b90cb Bugfix ControlStructureDetector: allow moving exception handler blocks into loops. 15 years ago
Daniel Grunwald 807a345d08 Show exception handlers in IL assembly. 15 years ago
Daniel Grunwald 34362a0eaf Implemented a very simple loop detection. 15 years ago
Daniel Grunwald 701a315b90 Implemented reference support in the text view. 15 years ago
Daniel Grunwald 93826f5e3c Bugfixes. 15 years ago
Daniel Grunwald 50bdbe9b07 Fix Platform setting. 15 years ago
Daniel Grunwald 591c4c5bb8 Add control flow analysis. 15 years ago