How do I properly check if a program is a virus/trojan in VMware?
- by acidzombie24
How I should check if a program is a virus in VMware? Some programs I do need admin ability to install and it makes sense. But how do I know if it's doing more than I want? Some thoughts are:
How many processes open when I launch the application
What is added to the startup tab in msconfig
If any services are added.
That's pretty much all my…