phnt-single-header
phnt-single-header copied to clipboard
Single header version of System Informer's phnt library.
Would be nice to create IDA/Ghidra type libraries from the latest phnt version and include those in the release as well. There's some issues: - IDA SDK is non-free and...
This can be done by creating a dummy `CMakeLists.txt` that just does: ```cmake message(FATAL_ERROR "Include phnt.zip from the release instead") ```
This should be possible with a simple python script that loads `ntdll.dll`, iterates the exports and generates `ntdll.def`. A (potentially) better idea could be to reuse [`parse_phnt.py`](https://github.com/mrexodia/dumpulator/blob/main/utils/parse_phnt.py) from dumpulator and...
Could be implemented with a GH actions cron job: - Diff the phnt subfolder of the system informer project with the current submodule - Automatically create a PR that bumps...
```diff diff --git a/phnt/README.md b/phnt/README.md index d042a01db..ac35a0db4 100644 --- a/phnt/README.md +++ b/phnt/README.md @@ -14,12 +14,12 @@ These header files are designed to be used by user-mode programs. Instead of `#i...
```diff diff --git a/phnt/README.md b/phnt/README.md index d042a01db..ac35a0db4 100644 --- a/phnt/README.md +++ b/phnt/README.md @@ -14,12 +14,12 @@ These header files are designed to be used by user-mode programs. Instead of `#i...
```diff diff --git a/phnt/README.md b/phnt/README.md index d042a01db..ac35a0db4 100644 --- a/phnt/README.md +++ b/phnt/README.md @@ -14,12 +14,12 @@ These header files are designed to be used by user-mode programs. Instead of `#i...
```diff diff --git a/phnt/README.md b/phnt/README.md index d042a01db..ac35a0db4 100644 --- a/phnt/README.md +++ b/phnt/README.md @@ -14,12 +14,12 @@ These header files are designed to be used by user-mode programs. Instead of `#i...
```diff diff --git a/phnt/README.md b/phnt/README.md index d042a01db..ac35a0db4 100644 --- a/phnt/README.md +++ b/phnt/README.md @@ -14,12 +14,12 @@ These header files are designed to be used by user-mode programs. Instead of `#i...