blahh
November 16th, 2011, 09:34
Looking at the files in the directory where I installed the client, I see that there is a ycpssl.dll file - looking at the network dump I see that the authentication is done using SSL. I'm trying to figure out where in the binary, the call to a function from within ycpssl.dll is.
I run the process, attach Windbg to it and list the modules - ycpssl.dll shows up; it says the module is deferred(not loaded yet?) so I did the following :-
sxe ld:ycpssl.dll
and resumed the process.
After that I tried logging in to the account but Windbg is not halting the process. Is there something obvious that I'm doing wrong?
I run the process, attach Windbg to it and list the modules - ycpssl.dll shows up; it says the module is deferred(not loaded yet?) so I did the following :-
sxe ld:ycpssl.dll
and resumed the process.
After that I tried logging in to the account but Windbg is not halting the process. Is there something obvious that I'm doing wrong?