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:
- 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.
- Updated default pattern in autopatch script.
- Modified autopatch to ensure only one occurence of pattern which being replaced.
- Test on Win10.