Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nvidia-patch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Keylase
  • nvidia-patch
  • Merge requests
  • !175

Win 440.97

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Snawoot/win_440.97 into master Oct 22, 2019
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 8

Created by: Snawoot

Purpose of proposed changes

Add support for Windows Nvidia driver version 440.97.

Essential steps taken

This release also has new replacement pattern. So:

  1. x64dbg inspection. Just like in new patch for latest Linux driver, now I retain jump instruction, so pattern is not bound to (relative) address which conditional jump instruction carries and becomes more resilient to code changes. Instead of NOP-ing conditional jump, CPU zero flag is manipulated with OR applied to tested result.
  2. Updated default pattern in autopatch script.
  3. Modified autopatch to ensure only one occurence of pattern which being replaced.
  4. Test on Win10.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Snawoot/win_440.97