mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-10 03:58:20 +00:00
859 B
859 B
nvfbcwrp
Wrapper for NvFBC64.dll
library which injects private keys into NvFBC_CreateEx
calls in order to enable NvFBC on customer-grade hardware (like GeForce cards) for all NvFBC-targeted applications. It should work at least with applications built with Nvidia Capture SDK versions 5.0 to 7.1.
Usage
- Obtain
nvfbcwrp.dll
file. You may build it yourself with MSVS 2019 or download latest release here. - Backup your
%WINDIR\system32\NvFBC64.dll
file. - Rename file
%WINDIR\system32\NvFBC64.dll
to%WINDIR\system32\NvFBC64_.dll
- Put
nvfbcwrp.dll
to%WINDIR\system32\NvFBC64.dll
(on the original place of renamedNvFBC64.dll
library). - Restart any applications using this library. That's it.