I have binary file that I open with python
f = open(\'test.bin\',\'rb\') data = f.read()
I want to replace all \\x11\\x22\\x33 w
\\x11\\x22\\x33