I'm trying to make a security software in C# which monitors all the words on other processes and act when a specific word is found. Example: my application would show a message box saying "Beware the viruses!" when any other running process contains the word "torrent". I hope anyone got my idea.
Update:
Oh, and for who realize it yet, it's still a crude idea. That's why I gave a very simple example (which I know would be useless on a real program).
Update 2: The why
I know a software called Block Free 4. It blocks programs which contains the blacklisted words. It's a lightweight software and Works well. But I'd like to improve these features and make a better program.