python patch.py --input "C:\path\to\official_driver.exe" --output "C:\modded_driver"
Every NVIDIA driver package contains .inf files that list which PCI device IDs (your GPU model) are compatible with which driver features. For example, an official driver’s nv_dispi.inf might contain: nvidia modded drivers github work
: Modifying INF files to force newer drivers to work on older hardware that NVIDIA no longer officially supports. python patch