Hi everyone! Can you help me please? I need to write sniffer for internet explorer 9.0 using hooks in c# Is it possible? I searched google.com found some information: SharpCap (packet capture framework for .NET), using .NET Socket class to listen user's activities on the web browser but I didn't find anything how I can create sniffer with usage of hooks. Can you guys give me some advice how to do that? Is there any way? Well, if it's not possible to use hooks than maybe some fuctions which incapsulates hooks inside. Maybe there is some way to hook winsock and steal packets from there?
Thank you for your help.