phnt: Rust bindings to the System Informer's phnt
This crate provides Rust with access to the System Informer's (formerly known as Process Hacker) native Windows headers (shortened to phnt) which provide type definitions, constants, macros as well as function prototypes to even undocumented functions and syscalls.
Feature | Description |
---|---|
regenerate |
Regenerate bindings from phnt (nightly) source code. |
(default) |
Pre-generated bindings are used for faster builds. |
Crate Overview
-
ffi
Bindings for phnt (nightly) generated by bindgen -
ext
Extensions to the bindings (useful functions, macros, etc.)