My computer got a virus that closes google chrome every time I open it. I tried every related tools and malware removal I found in internet but the problem still lasts.
Now I want to create a tool(with C#.NET) that tracks other processes(or at least a chrome process that I am going to lunch with my tool) wm_message(s)(or wm_command) to see which process sends wm_message to close it and after that going to remove it.
Is there any way to get wm_messages that a process receive ?