本文介绍了如何在内核模式下使用Ntdll.h和Ntdll.lib?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用Ntdll.lib和Ntdll.h来使用未记录的函数,我下载了ntdll.h和ntdll.lib并将这些文件添加到我的项目中,但是当我想使用未记录的函数时,我看到了这个错误,例如:

hi , i want to use Ntdll.lib and Ntdll.h for use of undocumented function , i download ntdll.h and ntdll.lib and Add these files to my project , but when i want to use undocumented function i see this error , for example :

Quote:

错误1错误C3861:'ZwCreateProcess':未找到标识符

Error1error C3861: 'ZwCreateProcess': identifier not found



请告诉我如何使用这些文件运行nt未记录的例程,谢谢,


please tell me how to use these file to run nt undocumented routine , thanks ,

推荐答案



这篇关于如何在内核模式下使用Ntdll.h和Ntdll.lib?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 09:00