Automatically generate a FOSS ntdll.lib
and include it in the release
#3
Labels
feature
New feature or request
ntdll.lib
and include it in the release
#3
This should be possible with a simple python script that loads
ntdll.dll
, iterates the exports and generatesntdll.def
. A (potentially) better idea could be to reuseparse_phnt.py
from dumpulator and generate the DEF file from the imports actually exposed with that OS version.The text was updated successfully, but these errors were encountered: