python对于0x01的处理

对于python脚本,可以使用:

.replace('x01', '')

对于vim工具,可以使用:

:%s/\%x01/ /g

原文地址:https://www.cnblogs.com/charlesblc/p/9151760.html