phnt icon indicating copy to clipboard operation
phnt copied to clipboard

Native API header files for the System Informer project.

Results 8 phnt issues
Sort by recently updated
recently updated
newest added

With this it becomes very easy to include phnt in a CMake-based project. If you add phnt a a submodule or vendor it in a different way: ```cmake add_subdirectory(third_party/phnt) ```...

It looks like the files [upstream](https://github.com/winsiderss/systeminformer/tree/master/phnt/include) are already licensed under MIT. Would it be possible to change the license here as well to match?

It would be nice If I can concat multiple Unicode String array with just a single function.

According to my research: ``` NTSYSCALLAPI BOOLEAN NTAPI ZwWow64IsProcessorFeaturePresent( _In_ ULONG ProcessorFeature ); ```

I'm attempting to clone a process in C++ on Windows. All shown examples were compiled & ran with Visual Studio 2022 on a Windows 10 system. --- The minimal example...

It would be great if this macro was usable in C++. I always have to undefine and redefine it with this: ``` #define RTL_CONSTANT_STRING(s) \ { \ sizeof(s) - sizeof((s)[0]),...

Building phnt with `PHNT_VERSION` set to anything prior to RS2 is currently broken due to conditional compilation hiding type definitions required for certain function prototypes inside ntzwapi.h (auto-generated). Specifically type...

E0020 Undefined identifier "MEMORY_PARTITION_INFORMATION_CLASS" \ntzwapi.h 2124