Hooking connect() api for IE11?

c++ / delphi package - dll injection and api hooking
Post Reply
chaos072
Posts: 21
Joined: Wed Mar 20, 2013 2:22 am

Hooking connect() api for IE11?

Post by chaos072 »

Hi..

I'm trying to hook connect() api for Internet Explorer 11 on Windows 8.1, but I can't figure out what API IE11 uses to connect to foreign hosts.

I've tried connect(), ConnectEx(), WSAConnect(), WSAConnectByNameA(), WSAConnectByNameW() and WSAConnectByList() without any luck.

I know this is not related to madCodeHook, but I hope somebody to help this.

Best regards
Winston.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Hooking connect() api for IE11?

Post by madshi »

I don't know this, sorry. Maybe someone else can help out?
Post Reply