- May 23, 2013
- 282
Hello and welcome,
I've developed a little tool which lists at the moment only Processes and Services. Also the header can read out some information about the OS. (Architecture, system, ServicePack, etc.)
First, a ToDo List:
Known Bugs:
Example Log (29.10.2013):
Instructions:
------------------
I try to explain why there are some Errors in the file paths under the Service Section.
Example Line:
There are two - three errors:
If three errors occur on one line these can be the possible reasons:
If one - two errors occur on one line:
-------
Thanks!
Download:
View attachment MVS.zip
I've developed a little tool which lists at the moment only Processes and Services. Also the header can read out some information about the OS. (Architecture, system, ServicePack, etc.)
First, a ToDo List:
ProcessesServices- Drivers
- RegistrySection
- FilesSection
- FixSection
- Expand the Whitelist
- Design
- Icon
Known Bugs:
- Still some file path errors (under Services) - explanation to this will follow tomorrow (29.10.2013)
Too high Net.Framework (At the moment 4.5!)
Example Log (29.10.2013):
Code:
MVS - Machiavelli's Scanner - Version 1.0.0.0
MVS Logfile created on: 29.10.2013 22:30:03 Logfile saved under = C:\Users\Machiavelli\documents\visual studio 2012\Projects\MVS\MVS\bin\Debug\MVS.txt
Running from C:\Users\Machiavelli\documents\visual studio 2012\Projects\MVS\MVS\bin\Debug\MVS.exe
SYSTEM => Microsoft Windows 8.1 32 bit
=== Processes ===
C:\Users\Machiavelli\Downloads\HoldOn.exe (darkness unlimited)
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\WDExpress.exe (Microsoft Corporation)
C:\WINDOWS\syswow64\wwahost.exe (Microsoft Corporation)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Program Files (x86)\Origin\Origin.exe (Electronic Arts)
C:\Users\Machiavelli\documents\visual studio 2012\Projects\MVS\MVS\bin\Debug\MVS.vshost.exe (Microsoft Corporation)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Program Files (x86)\HP\HP Software Update\hpwuschd2.exe (Hewlett-Packard)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\WINDOWS\SysWOW64\DllHost.exe (Microsoft Corporation)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Program Files (x86)\Internet Explorer\IELowutil.exe (Microsoft Corporation)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
C:\Users\Machiavelli\AppData\Local\Google\Chrome\Application\chrome.exe (Google Inc.)
=== Services ===
SRV - [ AdobeFlashPlayerUpdateSvc | Adobe Flash Player Update Service | Stopped] - C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe - [10.09.2013 14:45:42 | 257416 | (Adobe Systems Incorporated)]
SRV - [ Steam Client Service | Steam Client Service | Stopped] - C:\Program Files (x86)\Common Files\Steam\SteamService.exe" /RunAsService - [CTF | FSF | ()]
SRV - [ MozillaMaintenance | Mozilla Maintenance Service | Stopped] - C:\Program Files (x86)\Mozilla Maintenance Service\maintenanceservice.exe - [28.10.2013 11:32:50 | 118680 | (Mozilla Foundation)]
SRV - [ PnkBstrA | PnkBstrA | Running] - C:\WINDOWS\system32\PnkBstrA.exe - [17.07.2013 07:03:47 | 76888 | ()]
Instructions:
- Start the program as Administrator
- Click on the button Scan
- Wait a while
- A log is produced in the same location where the exe file is saved
- Please post that log
------------------
I try to explain why there are some Errors in the file paths under the Service Section.
Example Line:
Code:
SRV - [ Steam Client Service | Steam Client Service | Stopped] - C:\Program Files (x86)\Common Files\Steam\SteamService.exe" /RunAsService - [CTF | FSF | ()]
There are two - three errors:
- CTF = CreationTime Failure
- FSF = FileSize Failure
- () = No company Name (but this can be also normal)
If three errors occur on one line these can be the possible reasons:
- the most probability is that the file path contains some illegal expressions like " or like the above shows /RunAsService. The creation date, file size and company name can only be identified if there is a path without any illegal expression - to fix this I have probably to read some Regex Stuff.
- No rights (if the User didn't run it as Administrator)
- File is protected by something?!
- File doesn't exist.
If one - two errors occur on one line:
- Probably no rights (User didn't run as Administrator or the file is protected by something [System File, etc.])
- The file doesn'tg have a company name
-------
Thanks!
Download:
View attachment MVS.zip