mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-13 05:08:20 +00:00
.. | ||
.gitignore | ||
framework.h | ||
nvfbcbody.asm | ||
nvfbcdefs.h | ||
nvfbcwrp_main.cpp | ||
nvfbcwrp.def | ||
nvfbcwrp.sln | ||
nvfbcwrp.vcxproj | ||
nvfbcwrp.vcxproj.filters | ||
nvfbcwrp.vcxproj.user | ||
pch.cpp | ||
pch.h | ||
README.md |
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.