AMD Ryzen users are doing hex edits on the Cyberpunk 2077 binary to fix perf (reddit.com) 4 points by xfalcox 5y ago ↗ HN
[–] db48x 5y ago ↗ Wayback Machine to the rescue: https://web.archive.org/web/20201212174314/https://www.reddi...
[–] xfalcox 5y ago ↗ Found a oneliner in Reddit:```cp Cyberpunk2077.exe{,bak}; offset=$(xxd -u -p Cyberpunk2077.exe | tr -d '\n' | grep -ob 753033C9B8010000000FA28BC8C1F908 | cut -d: -f1); echo EB3033C9B8010000000FA28BC8C1F908 | xxd -r -p -s $(($offset>>1)) - Cyberpunk2077.exe```Works on Windows (WSL terminal) or Linux, and it's using the string for latest patch. You can check https://www.pcgamingwiki.com/wiki/Cyberpunk_2077#SMT_Enable_... for the latest string or other methods.I got 7 (20%) more FPS the that patch, running a Ryzen 3700X and AMD 5700XT at 5120x1440
2 comments
[ 2.8 ms ] story [ 26.1 ms ] thread```
cp Cyberpunk2077.exe{,bak}; offset=$(xxd -u -p Cyberpunk2077.exe | tr -d '\n' | grep -ob 753033C9B8010000000FA28BC8C1F908 | cut -d: -f1); echo EB3033C9B8010000000FA28BC8C1F908 | xxd -r -p -s $(($offset>>1)) - Cyberpunk2077.exe
```
Works on Windows (WSL terminal) or Linux, and it's using the string for latest patch. You can check https://www.pcgamingwiki.com/wiki/Cyberpunk_2077#SMT_Enable_... for the latest string or other methods.
I got 7 (20%) more FPS the that patch, running a Ryzen 3700X and AMD 5700XT at 5120x1440