Skip to content

A Proxy DLL for Libssl, used to record Send / Recv functions

License

Notifications You must be signed in to change notification settings

fabiomcarneiro/Libssl-Proxy-DLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libssl-Proxy-DLL

A Proxy DLL for Libssl, used to record Send / Recv functions

Used to intercept recv and send function of SSL lib in order to decrypt, Test Case: League of Legends Client

If you wish to proxy other dll generate the def and the proto structure , many tools for that or make your own.

How to use

Don't forget to add libssl-1_1.def as 'module definition File' on project settings

Rename original dll to : libssl-1_1_org.dll Compile the Proxy DLL and copy to the executable folder

Example

TODO

Save traffic as libpcap (.pcap) format in order to inspect with Wireshark or similar tools

About

A Proxy DLL for Libssl, used to record Send / Recv functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published