this solution was posted on reddit. I don't have the game right now..If someone is able to test this with voice attack that would be great.
copied from reddit: BIG THANKS TO oppai
User avatar
level 1
oppai
1 hour ago
ยท edited 1 hour ago
I reverse engineered this and fixed it. It's a bug in their raw input code and not related to anti-cheat. Here's technical explanation:
https://i.imgur.com/ulgcEgs.pngTo fix this yourself, grab a hex editor and use the find and replace bytes function to find this:
41 5F 41 5C 5F 5D C3 83 F8 01 0F 85
and replace it with this:
41 5F 41 5C 5F 5D C3 83 F8 02 0F 84
Note that the .exe must still by named "Cyberpunk2077.exe" or the game will crash on startup.
EDIT: Keyboard is fixed but mouse input may still not work, looking into it.