355 Commits (152f70e7898c5e3466369d64dc23771dd6bc8811)

Author SHA1 Message Date
Daniel Grunwald 04cca17e3b Don't use the 256x256 icon on Windows XP. Closes #36. 15 years ago
Eusebiu Marcu 42d31e39d1 block F5 = Refresh when debugging. 15 years ago
Eusebiu Marcu 43eace86c8 Basic evaluation - first level 15 years ago
Daniel Grunwald a1002a2181 Remove unused code. 15 years ago
Daniel Grunwald 758f18c73f Remove CFG debugging code - ILSpy doesn't use the CFG as shown in the graph. Closes #9. 15 years ago
Daniel Grunwald 275f0f6d21 Implemented "Save Assembly as C# Project" 15 years ago
Eusebiu Marcu 46010ddac6 Add minor modifications. 15 years ago
Daniel Grunwald 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. 15 years ago
Eusebiu Marcu b46136786e Show tooltip when debugging. 15 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
Daniel Grunwald 7f45c26f6d Adjust ILSpy to SharpTreeView changes. 15 years ago
Eusebiu Marcu 00d01f24ba Stepping in IL debugger 15 years ago
Daniel Grunwald a44673a170 Fix threading issues when accessing AssemblyList.Assemblies. 15 years ago
Daniel Grunwald 2e23e720a3 Implemented navigation history. 15 years ago
Eusebiu Marcu a69f8fe1c0 Attach/detach to running process 15 years ago
Eusebiu Marcu c3ef036fd6 Add debugger core. 15 years ago
Daniel Grunwald 48dd3c0fd1 Code cleanup. 15 years ago
Daniel Grunwald c0e39ae490 Automatic check for updates. 15 years ago
Daniel Grunwald 8e83ecc944 Save the splitter position. 15 years ago
Daniel Grunwald 2b55a46d4b Replace AboutDialog with AboutPage. 15 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 15 years ago
Daniel Grunwald af44dcb4c6 Add button for reloading all assemblies. 15 years ago
Daniel Grunwald 1093ba83df Code cleanup. 15 years ago
Daniel Grunwald 614bce445a Add length limit to AvalonEdit output; added support for decompiling directly to disk. 15 years ago
Daniel Grunwald b338c41e15 Preparations for highlighting the search match. 15 years ago
Daniel Grunwald a4af0a46f2 Move assembly loading from constructor to Loaded event. 15 years ago
Daniel Grunwald 507ae707cb Move TreeNodes to their own namespace. 15 years ago
Daniel Grunwald f723440cc4 Started working on assembly list support. 15 years ago
Daniel Grunwald 0a3bf39aa8 Store settings in appdata. 15 years ago
Daniel Grunwald c4c3356f2b Move Language to FilterSettings. 15 years ago
Daniel Grunwald 08e2a2181f Fixed keyboard navigation after jumping to another node. 15 years ago
Daniel Grunwald 44571c7e34 Implemented WaitAdorner for long-running decompilation tasks. 15 years ago
Daniel Grunwald d2e7be6cd4 Move decompiler threading logic to new class (DecompilerTextView). 15 years ago
Daniel Grunwald 158b10d2fb Move decompilation to background thread. 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 34362a0eaf Implemented a very simple loop detection. 15 years ago
Daniel Grunwald 2bd56f05ea Add option to show/hide internal members. 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 8c22f07a93 Also allow viewing the variable graph. 15 years ago
Daniel Grunwald 591c4c5bb8 Add control flow analysis. 15 years ago
Daniel Grunwald f2a70aac5a Added very simple disassembler. 15 years ago
Daniel Grunwald 212a08345a Implemented search filter for TreeView. 15 years ago
Daniel Grunwald 1c8602df06 Prepare TreeView filtering. 15 years ago
Daniel Grunwald 5e3773b588 Prepare interfaces for decompiler integration. 15 years ago
Daniel Grunwald aa9599a31d Base type list: implemented jumping to a type. 15 years ago
Daniel Grunwald 47b64383f4 Copyright/License notices. 15 years ago
Daniel Grunwald d121d6e57c Implemented drilling down into references. 15 years ago
Daniel Grunwald a256eedae3 Show assembly location in OpenFromGacDialog. 15 years ago