Yes, i can hex-edit a file with this program pretty well. But how to make a file shorter. That i did not find in help. Would be good to have a feature like:
Change all occurence of '030303' (3 byte) to
'0202' (2 byte) ...etc .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do that but it's not doumented in the help.
Open a file (in binary mode!). Then press ctrl+E (or in menu local-hex/replace).
Then replace any sequence of bytes with any other sequence of bytes.
File size is adjusted accordingly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, i can hex-edit a file with this program pretty well. But how to make a file shorter. That i did not find in help. Would be good to have a feature like:
Change all occurence of '030303' (3 byte) to
'0202' (2 byte) ...etc .
You can do that but it's not doumented in the help.
Open a file (in binary mode!). Then press ctrl+E (or in menu local-hex/replace).
Then replace any sequence of bytes with any other sequence of bytes.
File size is adjusted accordingly.