Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi everyone.
I need V++ code which get installed spyware program name on your computer.
For example, you can see it in "Control Panel->All Control Panel Items->Action Center".
Spyware and unwanted software protection: Bitdefender Total Security, 360安全卫士...

How can I get that program name programmatically by using C++.
I can guess that information might be saved in registry or system folder, but I can't find it.
Looking forward to everybody's help.
Best Regards.
Posted
Comments
Leo Chapiro 27-May-13 5:34am    
May I ask for what reason do you need it?
Nonestop 27-May-13 5:41am    
Now i wrote monitoring program.
That progam should monitor what spyware is installed on client's pc.
That's it.

Although the question looks a little suspicious, this is actually a somewhat generic question. The answer is to open one of the registry editors (ie. regedit, regedt32) and do a search for an instance of one of the names you want to locate (ie. one that is installed on your system). The registry entries will tell you what keys you need to parse in your program.
 
Share this answer
 
Comments
Nonestop 29-May-13 10:27am    
Thanks for your interest.
I searched registry by vaccine name but not found.
H.Brydon 29-May-13 11:49am    
I think you misunderstand. If you have a spyware detector installed on your computer, determine the executable name... for example, "blah.exe". Search your registry for "blah.exe" and this should show you where to search on other systems for the same type of information.
 
Share this answer
 
Comments
Nonestop 29-May-13 10:27am    
Great thanks.
It was usful to me, however, it looks like C# code.
I prefer C++ code.
Regards.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900