Problem Relating NTdll.dll

  • Thread starter Thread starter ashutosh
  • Start date Start date
A

ashutosh

Hello all Fellow Programmers!
I am making a Dll which Use Symbol from Kernel.dll or rather
say NTDLL.dll. every time i execute my
Exe it fails on symbol(Function) exported by Ntdll.dll

when I use Depends to see symbol exported by My Dll, I see taht
Ntdll is not exporting symbol to Kernel.dll (by see missing Arrow).

Could any body suggest me Soltion to above problem.

Thanks
Ashutosh
visit me at http://ashutosh.bizhat.com
 
Hi Ashutosh,

From my understanding, you want to load some undocumented APIs from the
NTdll.dll, if so, we could not guarantee the usage of these APIs.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top