phnt-single-header icon indicating copy to clipboard operation
phnt-single-header copied to clipboard

Automatically generate a FOSS `ntdll.lib` and include it in the release

Open mrexodia opened this issue 2 years ago • 0 comments

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 from dumpulator and generate the DEF file from the imports actually exposed with that OS version.

mrexodia avatar Aug 04 '23 10:08 mrexodia