可以在win7上运行面向Windows 8, 8.1 and 10开发构建的程序。
目前公布起作用的:Chromium 、Cygwin、Firefox、MPV、Python(?这我真不清楚是指什么版本)、VSCode、WinDbg (classic from Windows 11 SDK, and preview) 等,QT6还有Electron的程序也有作用。
我自己没有win7设备,没有使用这个,是否能够正常运行就请自行测试
A: VxKex works by loading a DLL into each program where VxKex is enabled. This is accomplished through using the IFEO (Image File Execution Options) registry key.
Specifically, the “VerifierDlls” value is set to point to a VxKex DLL. This DLL then loads into the process.
API extension is accomplished by editing the program’s DLL import table so that instead of importing from Windows 8/8.1/10 DLLs, it imports to VxKex DLLs instead. These VxKex DLLs contain implementations of Windows API functions which were introduced in newer versions of Windows.