You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Although it is nice that with a registry edit you can enable signature override but this might have implications for other games and certain anti-cheats.
It is possible to enable signature override within Cyberpunk by setting a single byte to 0x1 at the address 0x4B9AA0C and any registry modifications will not be needed.
You would most likely need another DLL to make the modifications before nvngx.dll is loaded.
Address can be found by searching for referenced string "OVERRIDE DETECTED" and can be found at the start of the function where a pointer to that address can be found.
Although it is nice that with a registry edit you can enable signature override but this might have implications for other games and certain anti-cheats.
It is possible to enable signature override within Cyberpunk by setting a single byte to 0x1 at the address 0x4B9AA0C and any registry modifications will not be needed.
You would most likely need another DLL to make the modifications before nvngx.dll is loaded.
Address can be found by searching for referenced string "OVERRIDE DETECTED" and can be found at the start of the function where a pointer to that address can be found.