I having to take my debugging into Windows APIs, I'm trying to see what function I'm crashing in ntdll.
edit:need to explain better
The API I am calling is in kernel32.dll but calls ntdll.dll.
edit:need to explain better
The API I am calling is in kernel32.dll but calls ntdll.dll.
http://www.sysinternals.com/ntw2k/info/ntdll.shtml
The export functions and what some of them do.
I learned I can use DUMPBIN on a DLL today:grin:
The export functions and what some of them do.
I learned I can use DUMPBIN on a DLL today:grin: