Instructions on integrating Extensions DLL

Hi everyone!

This is my first attempt to write a WinDbg extension and I apologize if my questions will sound too naive and boring for most of you. Unfortunately reading the documentation I couldn’t find clear instructions on what I need to do in order to build the DLL and what needs to be done in order to make WinDbg to load my DLL.
I created MS Visual studio project, implemented the custom command (just for practice) and in the properties of the project I specified that I am building a DLL. Am I wrong? What’s next? What I need to do on the WinDbg side to make him load my DLL, etc?
Can anybody suggest a good source on WinDbg and writing WinDbg extensions besides
the help files which came with SDK?

Thanks in advance. Every bit of help will be greatly appreciated.

Sorry for posting this too soon. Already got the info I needed.
Thanks

Yan Brenman wrote:
Hi everyone!

This is my first attempt to write a WinDbg extension and I apologize if my questions will sound too naive and boring for most of you. Unfortunately reading the documentation I couldn’t find clear instructions on what I need to do in order to build the DLL and what needs to be done in order to make WinDbg to load my DLL.
I created MS Visual studio project, implemented the custom command (just for practice) and in the properties of the project I specified that I am building a DLL. Am I wrong? What’s next? What I need to do on the WinDbg side to make him load my DLL, etc?
Can anybody suggest a good source on WinDbg and writing WinDbg extensions besides
the help files which came with SDK?

Thanks in advance. Every bit of help will be greatly appreciated.
— You are currently subscribed to windbg as: xxxxx@yahoo.com To unsubscribe send a blank email to xxxxx@lists.osr.com