is wininet.dll is interface to ws2_32.dll , or it talk direct to the driver ?
i mean if i hook ws2_32.dll recv , this mean i will catch wininet.dll too ??
another thing.
can anyone provide me with a list of all windows dll which talk to the dirver direct ??
i mean if i hook ws2_32.dll recv , this mean i will catch wininet.dll too ??
another thing.
can anyone provide me with a list of all windows dll which talk to the dirver direct ??
afaik the answer is YES.
I believe that wininet imports socket functions from winsock.
The easy way to find out is to just peek at the import table of wininet.dll
Just figured this thread looked like it deserved an answer :)
I believe that wininet imports socket functions from winsock.
The easy way to find out is to just peek at the import table of wininet.dll
Just figured this thread looked like it deserved an answer :)