Find And Replace 2-Byte Binary File

i dont know that, sorry, newbie here,

i tried your code and do not work

PowerShell -ExecutionPolicy Bypass -C "(Get-Content 'C:\Games\New folder (4)\input.bin' -raw).replace('50 53','20 23')

can you provide working code?,

Edit, i forgot to put output file:

PowerShell -ExecutionPolicy Bypass -C "(Get-Content ‘C:\Games\New folder (4)\input.bin’ -raw) -replace(‘50’, ‘20’) | Set-Content ‘C:\Games\New folder (4)\input2.bin’

Still not work