Replace hex valut in binary file

后端 未结 0 1039
轮回少年
轮回少年 2021-01-17 20:36

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题