RemoteNET icon indicating copy to clipboard operation
RemoteNET copied to clipboard

Examine, create and interact with remote objects in other .NET processes.

Results 14 RemoteNET issues
Sort by recently updated
recently updated
newest added

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

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...

dependencies

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...

dependencies

Hooking was limited to capturing ALL method invocations across ALL instances. This adds support for hooking methods on specific instances only. ## Architecture **Backend (ScubaDiver)** - `HookingCenter`: Centralized registry mapping...

Updated [System.Drawing.Common](https://github.com/dotnet/dotnet) from 8.0.10 to 10.0.1. Release notes _Sourced from [System.Drawing.Common's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.0-preview.6.25358.103 You can build .NET 10.0 Preview 6 from the repository by cloning the release tag `v10.0.0-preview.6.25358.103`...

dependencies
.NET