Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在特定偏移量处插入十六进制数据?超过 256 个?
我尝试了类似的东西:
echo "00054cc0: 16c65206...5656c6c652eaa" | xxd -c 256 -r - myFile.bin
如果我想在此处插入长文本或文本文件怎么办?