StoneIce Posted August 23, 2015 Report Posted August 23, 2015 (edited) Good eveningI 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 fileEdits Edited August 23, 2015 by StoneIce
Nytro Posted August 23, 2015 Report Posted August 23, 2015 Check this:original_function = (LPVOID)GetProcAddress(GetModuleHandle("chrome.dll"),"SSL_Write");It's wrong. Chrome.dll does not export that function. Binary find it.