thexappy

Results 7 issues of thexappy

At MaterialListView.cs Line 38 > //TODO: should only redraw when the hovered line changed, this to reduce unnecessary redraws But a fix was added in the commit with the ID...

enhancement

When trying to read a field/property where the value is a `WinRT.IInspectable` we can't access the properties/methods of the original type. The methods "`As()`" Looks promising but my trials it...

enhancement

``` [Diver] Task faulted! Exception: System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state...

This could either be multiple inheritence or just a struct containin several sub-items But the unique ```ClassA`vftable'{for `ClassB'}``` syntex (actually emitted by the compiler, not an IDA enrichment) makes me...

bug

.NET native AOT esentially a whole new runtime to support. I don't think ClrMD supports it and a lot of the reflection info is probably stripped out. Having said that,...

enhancement

For some reason, a class can have 2 members with the same name. Here's a screenshot from RemoteNetSpy of such a class ![image](https://user-images.githubusercontent.com/10898152/227581221-265358f5-5fc0-4734-a1f6-28319b7f72d0.png) This is NOT a bug in the...

bug

In some cases, a call to `DotNetDiver.GetObject` throws a `FileLoadException` when inspecting the instance retrieved from the heap. The `FileLoadException`'s message is: "Loading this assembly would produce a different grant...

bug