I am sorry to be asking for such a basic question. I have not used this command for a looooong time and now what ever I do it does not work. I am using DDK version 7600.16385.1. When I do link -export:symbol *.sys or *.lib it keeps getting fatal error or unable to read etc … I recall in the olden times when I typed link -export -? it would give me three options. Now it does not. Basically I want to see the exported symbols in a driver or a library. There was also a hidden option which link -? did not expose. Any and all help would be greatly appreciated. Please answer with an actual usage and output.
Link /dump /exports on the sys or dll. If you are trying to dump a driver in system32\drivers, best to copy it out of the directory first, otherwise you can potentially get access denied. This won’t work on a .lib.
d
Bent from my phone
From: xxxxx@gmail.commailto:xxxxx
Sent: ?2/?18/?2015 6:38 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] How to use the link command
I am sorry to be asking for such a basic question. I have not used this command for a looooong time and now what ever I do it does not work. I am using DDK version 7600.16385.1. When I do link -export:symbol *.sys or *.lib it keeps getting fatal error or unable to read etc … I recall in the olden times when I typed link -export -? it would give me three options. Now it does not. Basically I want to see the exported symbols in a driver or a library. There was also a hidden option which link -? did not expose. Any and all help would be greatly appreciated. Please answer with an actual usage and output.
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>
Yes thank you and one more thank you. Yes it was /dump /exports. My problem solved and this case might be closed. Doran once more thanks.