Jump to content
StoneIce

SSL_Write does not Send buf data

Recommended Posts

Posted (edited)

Good evening

I been playing around with SSL_Write Chrome today, so i decided to try to hook and save buf for SSL_Write, but i dont see the buffer data, i just dont see the data in text file


Edits

Edited by StoneIce
Posted

Check this:

original_function = (LPVOID)GetProcAddress(GetModuleHandle("chrome.dll"),"SSL_Write");

It's wrong. Chrome.dll does not export that function. Binary find it.

Guest
This topic is now closed to further replies.


×
×
  • Create New...