Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I would like to know what DLL function deals with the Https encryption so i can hook it.

I used to hook the send() function from ws2_32.dll and filter data, but with and Https connexion data are encrypted, then i need to hook the encrypting function. Where is it? What is name?
Posted
Comments
Uwe Keim 10-Dec-10 7:55am    
Maybe you can describe the task you want to solve with the "hooking". I do not see for what this could be good for.
Mugiwara 10-Dec-10 9:21am    
Filtring incoming and outgoing data.

1 solution

You might want to take a close look at Fiddler:

http://www.fiddler2.com/fiddler2/

It's able to intercept HTTP and HTTPS traffic and is also scriptable so you can modify inbound and outbound traffic. Also it can be extended using .NET.

Might be worth a look!


Cheers,


Manfred
 
Share this answer
 
Comments
Mugiwara 12-Dec-10 12:09pm    
Yet looked at this, but cant get it working.

hooking the function would be much easier, but cant find which one is encrypting

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900