Skip to content

Instantly share code, notes, and snippets.

@leumasme
Created January 6, 2025 16:58
Show Gist options
  • Save leumasme/b4febc6156dd7a58ab8375367a59b008 to your computer and use it in GitHub Desktop.
Save leumasme/b4febc6156dd7a58ab8375367a59b008 to your computer and use it in GitHub Desktop.
Debugging the new NVIDIA App

Debugging the Nvidia CEF processes (Nvidia Overlay or Nvidia App) can be achieved by editing C:\Program Files\NVIDIA Corporation\NVIDIA app\CEF\Resources file NVIDIA (app/overlay).json to add the flag nv-remote-debugging-port=XXXX (pick your port), then using chrome://inspect to connect.

The Nvidia Overlay performs RPC calls by calling into the native function window.cefQuery with data like '{"command":"QUERY_IPC_EXTENSION_MESSAGE","system":"CrimsonNative","module":"ShareServer","method":"EnableInstantReplay","payload":{"enable":true}}' to enable instant replay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment