How can I insert hex datas at a specific offset? more than 256?
I tried something like :
echo "00054cc0: 16c65206...5656c6c652eaa" | xxd -c 256 -r - myFile.bin
How can I do if I want to insert a long text or a text file here?
How can I insert hex datas at a specific offset? more than 256?
I tried something like :
echo "00054cc0: 16c65206...5656c6c652eaa" | xxd -c 256 -r - myFile.bin
How can I do if I want to insert a long text or a text file here?