Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanted to make an anti-adware. I have a very good idea on how is it going to work but I'm having some problems monitoring what another process is doing. I want to know if something is injecting a thread (and know exactly which process it is injecting into) and if it is doing something to the disk (what is it doing, making a directory, making a file, editing something, etc).
Thanks for your help

What I have tried:

Unfortunately I haven't been able to try anything as I'm very unexperienced in going beyond my own process
Posted
Updated 23-Jul-16 5:32am

1 solution

If you are very inexperienced then it is unlikely you will be able to succeed with such a project. Antivirus Monitors and similar applications are quite complex, and you would need to have a very good understanding of the internal workings of the Operating System (Windows, Linux etc.) that you are targeting.
 
Share this answer
 

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