What happened to ManagedSpy?

ManagedSpy is supposed to be the equivalent of .NET Spy ++, but somehow the download page is now no longer available.

Who knows why?

Who knows the replacement?

- Jeroen

+4
source share
4 answers

You can download it here , but the original website seems to be missing. However, there is an article on ManagedSpy on MSDN (since 2006).

+5
source

I cloned the source code of ManagedSpy and supported the code in modern environments (for example, ported it to .NET4).

Watch the project on GitHub .

+17
source

Is there a newer equivalent tool? ManagedSpy does not fully work on machines with .NET 4.0 turned on, because the Native Images existing in \ Windows \ Assembly * try to load them as .NET assemblies and fail.

+2
source

I cloned the source code of ForNeVeR ManagedSpy and slightly changed the support for the 64-bit process. see https://github.com/slimzhao/ManagedSpy

+2
source

All Articles