nt-native-api
LNK2019 unresolved external symbol NtOpenFile
I am facing linker error with my code. I am trying to compile with Visual Studio command Prompt (2010) in Win-7 X64 bit m/c.[详细]
2023-03-22 11:51 分类:问答Reading file in Kernel Mode
I am building a driver and i want to read some files. Is there any way to use \"ZwReadFile()\" or a similar function to read the[详细]
2023-02-28 13:50 分类:问答Convert char array to Unicode
I am developing a device driver in Visual C++. I need to convert a character array to Unicode as well as[详细]
2023-02-27 03:16 分类:问答Is there any way to call the Windows Native API functions from the user mode?
I want to call some Native API function from the user mode with C++. I was wond开发者_如何学运维ering if it is possible to circumvent the Windows API interface[详细]
2023-02-21 00:57 分类:问答Asynchronous NtQueryDirectoryFile?
Has anyone managed to figure out how asynchronous calls to NtQueryDirectoryFile work? By an asynchronous call, I mean calling NtQueryDirectoryFile on directories not开发者_如何学JAVA opened with FILE[详细]
2023-02-16 21:20 分类:问答What does SIGINT translate into in the NT native API?
Windows has support for SIGINT in console applications in response to Ctrl-C. This implies Windows has functionality to interrupt a running thread from a remote thread (process even!) and invoke a sig[详细]
2023-02-09 02:32 分类:问答Windows Native API: When and why use Zw vs Nt prefixed api calls?
In Native API Microsoft exports two versions of each api call, one prefixed with Zw and one with Nt, for eg. ZwCreateThread and NtCreateThread.[详细]
2023-02-06 18:20 分类:问答What lies at fs:[0x0] on windows?
The TEB on 32-bit Windows is located at fs:[0x0018]. What exactly is found in those 24 bytes between fs:0 and fs:0x18? (Yes, I know this undo开发者_高级运维cumented and subject to change, but it\'d be[详细]
2023-02-03 09:49 分类:问答Accessing Windows Native API from User-Mode
I\'m quite curious about the Windows Native API. I have been searching around the net and have failed to find an example of calling a Native API function from user-mode. I believe I have a basic grasp[详细]
2023-01-04 06:14 分类:问答System Calls in Windows & Native API?
Recently I\'ve been using lot of assembly language in *NIX operating systems. I was wondering about the Windows domain.[详细]
2022-12-23 22:19 分类:问答