May 17, 2011 at 6:45pm
Where can I get ntdll.lib file? I got windows SDK, but I do not see it the lib in there.
May 17, 2011 at 6:48pm
If you are developing kernel code (driver), you should download the Windows DDK.
May 18, 2011 at 11:01am
That's right, surprisingly it doesn't ship with the SDK, it ships with the DDK.
You can load it at runtime, you won't need the .lib for that.
May 18, 2011 at 7:41pm
It is very easy to generate import library from ntdll.dll file itself.