I have a fully customized msgina.dll in module i need to remotely debug it? Ho will i achieve this
Abdul Khaliq
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s been some time since I last dug into GINA development.
What I did: was create a virtual machine with a version of windows for debugging (you’ll also need the symbols I think)
You can map the serial port of the virtual pc and let WinDbg (debug tool that came with the windows SDK) connect to it.
I was able to succesfully debug and receive message from the moment windows started up. (and I used windows XP for development and the target OS, without any isseus)
This technique works even without the initialization of your GINA working, which is necessary in the technique explained in: http://pluralsight.com/wiki/default.aspx/Keith/GinaDebugging.html
A quick google turned up following detailed description to setup what I explained:
Using VMWARE:
http://www.etdot.com/2008/04/16/windbg-and-vmware/