nt-native-api Questions

1

Is there a way to list the contents of the Win32 Device Namespaces (UNC path prefix: \\.\) and the Win32 File Namespaces (UNC path prefix: \\?\)? The goal would be to have an application suitable ...
Beanfeast asked 14/11, 2012 at 13:10

3

Solved

In Native API, Microsoft exports two versions of each API call, one prefixed with Zw and one with Nt, for example. ZwCreateThread and NtCreateThread. What is the difference between those two versio...
Bastard asked 22/1, 2011 at 21:1

5

Solved

Recently I've been using lot of assembly language in *NIX operating systems. I was wondering about the Windows domain. Calling convention in Linux: mov $SYS_Call_NUM, %eax mov $param1 , %ebx mov $...
Indecorous asked 22/3, 2010 at 3:31

1

Solved

I've written a simple (test) script to list files in a selected directory. Not using FindFirstFile; only native API. When I execute the script and watch, Win32API monitor tells me STATUS_SUCCESS. M...
Hepcat asked 12/12, 2014 at 8:10

2

Solved

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. The error which i see are as below. dust2.obj dust2.obj : error LN...
Hodgkins asked 21/7, 2011 at 11:0

2

Solved

Apparently, the EASEUS Partition Master program can display graphics before the Windows GUI starts (i.e., it runs at the same time CheckDisk runs at boot). What I already know: This might requir...
Equimolecular asked 4/6, 2011 at 22:38

1

Solved

I want to call some Native API function from the user mode with C++. I was wondering if it is possible to circumvent the Windows API interface completely and call directly the Native API functions ...
Steddman asked 1/4, 2011 at 8:47
1

© 2022 - 2024 — McMap. All rights reserved.