thexappy
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...
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...
``` [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...
.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,...
For some reason, a class can have 2 members with the same name. Here's a screenshot from RemoteNetSpy of such a class  This is NOT a bug in the...
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...