2

I would like to use Snoop WPF to help in developing and troubleshooting my applications' UI. The problem is, when I check the file on Virus Total, it says that it is infected, so I am not allowed to install it at work. Has else had problems with this download? Please see the report from Virus Total:

https://i.stack.imgur.com/piT27.jpg

Does anyone have any suggestions?

user8128167
  • 6,929
  • 6
  • 66
  • 79

1 Answers1

0

Removed the SnoopInstaller project and after that it passed my company's antivirus scan. So now just build and run from source.

UPDATE:

Needed to install Visual Studio 2008 and sp1 because when you install this also installs all the required C++ redistributables.

Then I actually opened the Snoop.sln file in Visual Studio 2015, changed all of the ManagedInjectorLauncher project to .NET Framework 4.5.2, and started debugging Snoop.

user8128167
  • 6,929
  • 6
  • 66
  • 79