commits |
date |
43116
by
JoshSmithOnWpf
(1399
downloads)
|
Feb 15 2010
7:21 AM
|
accidentally put this in the wrong directory
|
43115
by
JoshSmithOnWpf
(24
downloads)
|
Feb 15 2010
7:18 AM
|
Initial check-in
|
24221
by
JoshSmithOnWpf
(643
downloads)
|
Apr 17 2009
3:32 PM
|
** DO NOT DOWNLOAD THIS VERSION **
|
20231
by
JoshSmithOnWpf
(1590
downloads)
|
Dec 12 2008
11:14 AM
|
Refactored the ViewModelUtilities class out of existence. Created AnimatedObservableCollection<T> and put it to use. Commented out the ElementTreeExplorer command button since that workspace is not finished yet.
|
18700
by
JoshSmithOnWpf
(423
downloads)
|
Nov 23 2008
4:37 PM
|
Added better error handling support, such as informing the user that .NET 3.5 SP1 must be installed for the app to run.
|
16596
by
DrWPF
(232
downloads)
|
Nov 10 2008
10:24 AM
|
Element Tree Explorer (part 1 of n)
|
16035
by
JoshSmithOnWpf
(97
downloads)
|
Nov 7 2008
12:48 PM
|
Fixed a bug where navigating to a System.ComponentModel.PropertyChangedEventManager caused the app to freeze indefinitely.
|
15931
by
JoshSmithOnWpf
(81
downloads)
|
Nov 7 2008
12:07 AM
|
Added support for some edge cases in the Reflector integration feature. Made it possible to crack open an XBAP (but it must be running Full Trust)
|
14944
by
JoshSmithOnWpf
(292
downloads)
|
Nov 2 2008
11:07 PM
|
*** Release Version 1.2 ***
Fixed the Reflector integration so that it can open any member of any type, and it can open Reflector to a type (by right-clicking on it in the TreeView in Memory Explorer)
|
14763
by
JoshSmithOnWpf
(73
downloads)
|
Nov 2 2008
1:29 AM
|
Added a ContextMenu to items in the Member Name column in Memory Explorer. That menu contains an "Open in Reflector" command, which opens Red Gate's .NET Reflector to the specified member of a type/object. The logic that maps a member to a command-line argument for Reflector is not perfect yet, so some very complex types (ex. generic types with generic type parameters) will not open correctly.
|
14727
by
JoshSmithOnWpf
(58
downloads)
|
Nov 1 2008
7:53 PM
|
Tracked down and finally fixed the bug in Memory Explorer's TreeView where selecting an item, after a filter is applied, caused the TreeView to enter an infinite layout loop.
|
14687
by
JoshSmithOnWpf
(403
downloads)
|
Nov 1 2008
4:55 AM
|
Applied a patch, provided by Jeremiah Morrill, that speeds up the code that locates running .NET desktop apps.
|
14145
by
JoshSmithOnWpf
(81
downloads)
|
Oct 29 2008
1:51 AM
|
Fixed bug where fields did not have tooltips in Memory Explorer. Cleaned up the code a bit.
|
13647
by
JoshSmithOnWpf
(108
downloads)
|
Oct 25 2008
4:23 PM
|
Added the IronPython assemblies to source control, thanks to a suggestion by Mark Nijhof.
|
13635
by
JoshSmithOnWpf
(57
downloads)
|
Oct 25 2008
3:47 PM
|
Release Version 1.1
|
13617
by
JoshSmithOnWpf
(35
downloads)
|
Oct 25 2008
2:21 PM
|
Fixed the access modifier filtering logic so that items in a collection are not filtered out when a valid filter is applied.
|
13613
by
JoshSmithOnWpf
(34
downloads)
|
Oct 25 2008
2:07 PM
|
Updated the assembly versions.
|
13610
by
JoshSmithOnWpf
(39
downloads)
|
Oct 25 2008
1:57 PM
|
Reorganized the CrackNET.InjectedViewer project directory structure, and updated all namespaces. Fixed the logic that refreshes the properties & fields of an object in Memory Explorer. Cleaned up the code a bit, removed unused namespaces, etc.
|
13513
by
JoshSmithOnWpf
(57
downloads)
|
Oct 24 2008
2:33 PM
|
Implemented a set of changes suggested by Andrew Smith: Added support for filtering on a property or field's access modifier (public, private, etc) Added support for filtering on properties/fields with null values Added icons to the Assembly Browser TreeView that indicate what each item represents (an assembly, class/struct, enum, or interface) Added the name of the declaring type to a nested type's name in the TreeView
|
13361
by
JoshSmithOnWpf
(78
downloads)
|
Oct 23 2008
2:08 PM
|
Fixed a bug in the Assembly Browser TreeView by setting VirtualizationMode to Standard (the Recycling mode caused problems) Set MainWindow's Icon to an image, since some people weren't seeing the image in the windows taskbar.
|
13330
by
JoshSmithOnWpf
(115
downloads)
|
Oct 23 2008
4:37 AM
|
Improved the responsiveness of the ListView in Memory Explorer when the selected object or type has hundreds of members to display.
Put Expanders into the ListView so that it's easy to hide/show all fields, or properties, or collection items. Fixed a few issues regarding the decision process for filtering out properties from the UI. Refactored the code a bit. Cleaned up the Memory Explorer UI (color changes, etc).
|
13188
by
JoshSmithOnWpf
(177
downloads)
|
Oct 22 2008
3:25 AM
|
Fixed bug where app freezes when calling ToString on a System.Security.Policy.Hash object. Refactored the BreadcrumbViewModel class.
|
13174
by
JoshSmithOnWpf
(8
downloads)
|
Oct 21 2008
11:19 PM
|
Prevented the ability to navigate to a Char value in Memory Explorer. Removed the PropertyChangedEventArgsEx class because it caused re-entrancy problems (thanks go to WPF Mastermind John Gossman for that fix) Got rid of an ugly hack in BreadcrumbTrailViewModel that was working around a bug caused by PropertyChangedEventArgsEx.
|
13087
by
JoshSmithOnWpf
(17
downloads)
|
Oct 21 2008
11:56 AM
|
Configured projects for x86 compilation to send output files to a common Build folder.
|
13068
by
JoshSmithOnWpf
(3
downloads)
|
Oct 21 2008
7:05 AM
|
Fixed the issue regarding 64-bit systems, added a dummy Style for Hyperlink so that it doesn't pick up any other Style from App, and made the Memory Explorer listview animate into position.
|