You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a .NET app but aren't able to include the RxSpy.Server lib the UI should allow you to pick an .exe, rewrite it (I'm thinking cecil) and launch it for you. Just as any profiler would do.
The text was updated successfully, but these errors were encountered:
Actually here's what you do, this is even easier. Use Fody.ModuleLoader to make RxSpy.Server load itself automatically on DLL load. Then, you use the Debugger APIs (https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime) to grab a reference to the AppDomain and load RxSpy.Server into it. Bam now you've got Attach to live process.
If you have a .NET app but aren't able to include the RxSpy.Server lib the UI should allow you to pick an .exe, rewrite it (I'm thinking cecil) and launch it for you. Just as any profiler would do.
The text was updated successfully, but these errors were encountered: