Replies: 1 comment 3 replies
-
|
use insert and put the offset where you want to insert data and for size put the number of bytes you want to insert. This will put zeros at the chosen place. then you can paste the values that you have in the clipboard to overwrite the zeros. The insert mode is meant to type numbers. if you try to paste it will overwrite the existing data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
-
I have two slightly different files
Notably, one has an header the other does not.
I would like to copy this header
And Add it to the beginning of the other file. Not overwrite the beginning of the other file.
Is this possible ?
I tried insert
But I don't know what to do here
I tried insert mode
But paste doesn't do .. anything ?
In clipboard I have
"00 00 01 00 01 00 10 10 00 00 01 00 20 00 68 04 00 00 16 00 00 00"
Beta Was this translation helpful? Give feedback.
All reactions