RemoteNET
RemoteNET copied to clipboard
Examine, create and interact with remote objects in other .NET processes.
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...
Bumps [CliWrap](https://github.com/Tyrrrz/CliWrap) from 3.6.6 to 3.6.7. Release notes Sourced from CliWrap's releases. 3.6.7 What's Changed Bump the nuget group with 6 updates by @dependabot in Tyrrrz/CliWrap#245 Bump the nuget group...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.2. Release notes Sourced from coverlet.collector's releases. v6.0.2 Fixed Threshold-stat triggers error #1634 Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625 Type initializer errors...