Skip to content

Matviy/nvidia-NVENC-multi-session-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA NVENC UNLIMITED ENCODER SESSION PATCH

  1. Load symbols in windbg (.sympath srv*https://msdl.microsoft.com/download/symbols;.reload /f)

  2. lv to get base virtual address of nvlddmkm

  3. add 2863B4 (or calculate offset from base by finding: 75 07 B8 69 00 00 00)

  4. Confirm that this starts with 75

Now live WinDBG won't let you edit virtual memory, so edit it in physical memory.

  1. !vtop 0 <virtual address without the `>

  2. !eb <physical address> eb

DONE OR Patch the driver dll in the same manner, and boot into mode without driver signature enforcement.

About

Driver patch for enabling unlimited NVENC sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published