Skip to content

womblee/instant_replay_patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA Patcher - Instant Replay Recording Restriction Bypass

A lightweight tool that enables NVIDIA Shadowplay to record content normally flagged as "restricted" by bypassing NVIDIA's content detection mechanisms.

image

image

Simpler Solution

Instead of using this tool, you can simply switch browsers!

NVIDIA doesn't detect Brave and some other browsers AT ALL, and you can even use websites with Google Widevine DRM!

Key Features

  • Automatic Detection: Monitors and automatically patches the NVIDIA Container process (nvcontainer.exe)
  • List of patched functions:
    • OpenProcess
    • Process32FirstW
    • Process32NextW
    • Module32FirstW
    • Module32NextW
    • K32EnumProcessModules
    • EnumWindows
    • GetWindowInfo
    • GetWindowDisplayAffinity
    • GetFileVersionInfoA
    • GetFileVersionInfoSizeA
    • GetModuleHandleA
    • GetModuleHandleW
    • GetModuleHandleExA
    • GetModuleHandleExW
    • GetModuleFileNameA
    • GetModuleFileNameW
    • K32GetModuleFileNameExA
    • K32GetModuleBaseNameA
    • NvD3DUmx_BrowserDetect
  • Patch Now:
    • You can patch out the NVIDIA restrictions just with a press of a button!
  • Undo Patches:
    • Revert the patches back to normal (only works for one session).
  • Options:
    • Auto-patch on launch
    • Auto-close after successful patching option.
    • Run at Windows startup.
  • Minimalist Interface: Clean, Dark-themed UI with easy-to-use controls.

Usage

  1. Download and run the .exe from Releases tab.
  2. The tool will automatically detect and patch NVIDIA processes.
  3. Configure settings as desired.
  4. Click 'Patch Now' for patch to be applied.
  5. Check the log window for patching status and details.

Technical Details

This tool works by injecting memory patches into NVIDIA's container process, specifically targeting the functions that detect protected content. By bypassing these detection mechanisms, Shadowplay can record content from applications that would normally trigger the "Recording is not available due to restricted content" error.

Credits

This project builds upon the foundation of ShadowPlay_Patcher by furyzenblade, introducing a cleaner architecture, enhanced stability, an intuitive UI, and multiple additional patches to fully bypass NVIDIA Instant Replay protection mechanisms.

Make sure to check it out, I wouldn't have made this program without their research!

About

Removes the 'anti-piracy' of NVIDIA's Instant Replay by patching out the code that prevents recording.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published