306 Commits (8dcea0b27b6c9b542cf64c4738b0931f86f7331d)

Author SHA1 Message Date
Daniel Grunwald 65f5427ae6 Fix #162 Opening a file that's not a valid assembly displays exception stack trace 14 years ago
Ed Harvey 50e8fbc48e Incorrect icon for const decimal fields. Closes #218 14 years ago
Ed Harvey 8ba9cba665 Removed redundant 'view->analyze' menu entry. (issue #216) 14 years ago
Siegfried Pammer a75e2a3c96 add ConnectMethodDecompiler 14 years ago
Daniel Grunwald df94edc2d4 Fix InvalidCastException when hovering over a type reference. 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 f2c001ab55 Show .NET runtime version. 14 years ago
Daniel Grunwald 8b611e50a4 Show architecture of assembly being decompiled. 14 years ago
Daniel Grunwald 54cf43a1e1 Fix build. 14 years ago
Ed Harvey 60cf22a48c Move Languages collection to separate file. 14 years ago
Ed Harvey 27461a9717 Move all *Language classes to subfolder. 14 years ago
Ed Harvey 1ca1caef54 Split ShowAnalyzerCommand into separate file. 14 years ago
Ed Harvey bf5ddabfc6 Move IPane to separate file. 14 years ago
Ed Harvey 7ddf11ef75 Move classes to separate files & organize command functionality under one folder. 14 years ago
Ed Harvey e32c170ec4 Move classes to separate files. 14 years ago
Siegfried Pammer 7c4b944863 implement MoveNamespacesToRoot and add Unit Tests 14 years ago
Ed Harvey 43e867c2ae Implement filtering on DerivedTypesTreeNode. 14 years ago
Ed Harvey 529e9aaf5a Sort Analyzer results. 14 years ago
Ed Harvey 0d5afc2479 Slight change to hue of access overlay icons. 14 years ago
Ed Harvey 397df16793 Use standard icon 14 years ago
Daniel Grunwald c2eb91797c Make file extension comparison case-insensitive. 14 years ago
Ed Harvey 6fcc05af68 Split out ImageResourceEntryNode, and add support for cursor resources. 14 years ago
Ed Harvey 5d7ff43a84 Analyzer: code refactoring in event raised-by analyzer. 14 years ago
Ed Harvey 4c8ea69ddb Added rudimentary event raised-by analyzer. Only works for 'standard' events (ie events without custom add/remove methods). Only implementations are analyzed, so event declarations on interfaces are out as well. 14 years ago
Siegfried Pammer d3f31d054e implement basic plug-in 14 years ago
Ed Harvey 2ca0012251 Added specific icons for general xml-based resource nodes 14 years ago
Ed Harvey fb3523b830 Handle resources stored as byte arrays. 14 years ago
Ed Harvey 4ede962721 Added resource node for general xml-based resources (xml, xsd, xslt) 14 years ago
Ed Harvey 43e97197e1 Moved BamlResourceEntryNode class to own file in ResourceNodes folder. 14 years ago
Ed Harvey 311a5bb264 Tidied 'using' statements. 14 years ago
Ed Harvey 68fe9617ba Split classes into separate files. 14 years ago
Ed Harvey 6b449d5bf3 Move resource tree nodes to separate folder. 14 years ago
Siegfried Pammer 111a6ca292 do not use primitive type names in TreeNodes; fixes #183 14 years ago
Daniel Grunwald a1205d40e9 Fix #168: ILSpy crashes on close when viewing an obfuscated assembly 14 years ago
KevinCathcart 299bfbe400 Added syntax highlighting support for IL's "strict" keyword. 14 years ago
Daniel Grunwald dd4d090468 Lots of improvements/fixes for the disassembler. 14 years ago
Ed Harvey eba91caf6c Analyzer: further improvements to where-used analysis for virtual methods. 14 years ago
Ed Harvey a683ba51ff Removed redundant parameter. 14 years ago
Daniel Grunwald d362f8d0f6 Fixed several bugs in the IL disassembler. 14 years ago
Daniel Grunwald a15ecd533b Fix NullReferenceException in XmlDocKeyProvider when decompiling C++/CLI code. Closes #173. 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
Eusebiu Marcu ee2cae3d1a Add line numbers to text editor and in display settings. 14 years ago
Daniel Grunwald 0e648ef19b Add support for recursively expanding tree nodes to SharpTreeView. 14 years ago
Siegfried Pammer 184a6fc4f0 replace file header in some files 14 years ago
Siegfried Pammer 66c0e844df fix ugly layout of font combobox and preview in DisplaySettingsPanel 14 years ago
Siegfried Pammer e654e33613 Add display settings to the options dialog: allows to configure font family and size used in the DecompilerTextView. fixes #176 14 years ago
Ed Harvey 4c2e64e92b Analyzer: Improved where-used analysis for virtual methods 14 years ago
Ed Harvey 323ea1a35f Analyzer: removed redundant field from AnalyzedMethodUsedByTreeNode 14 years ago
Ed Harvey 0ccbbb2e1e Analyzer: simplify concurrency handling 14 years ago
Ed Harvey 87d700d4d9 Add tree node icon for Static Class. 14 years ago