Hi, I've got a (larger) binary file, which i open in HEX mode.
Now I want to
a) cut away some block from the beginning of the file down to a byte at a special 1st HEX offset in the file
b) want to keep the following code area to another 2nd HEX offset
c) cut away the code from the 2nd HEX offset down to the end of the file
The problem is:
I didn't find any dialog to specify the area from offset to offset which I want to cut, like often used in any other HEX editor.
So I have to mark the area by mouse. This is very timeconsuming until the file is scrolled to its end and the highlighting is complete. Another idea would be to click left at start byte of the area, quickly scroll down via scrollbar, SHIFT+left mouse button. Usually now the whole area should be highlighted, but somehow when using this method the highlighting of many lines below the start offset got lost again, so it is useless.
So how to reach my goal best with UltraEdit?
Now I want to
a) cut away some block from the beginning of the file down to a byte at a special 1st HEX offset in the file
b) want to keep the following code area to another 2nd HEX offset
c) cut away the code from the 2nd HEX offset down to the end of the file
The problem is:
I didn't find any dialog to specify the area from offset to offset which I want to cut, like often used in any other HEX editor.
So I have to mark the area by mouse. This is very timeconsuming until the file is scrolled to its end and the highlighting is complete. Another idea would be to click left at start byte of the area, quickly scroll down via scrollbar, SHIFT+left mouse button. Usually now the whole area should be highlighted, but somehow when using this method the highlighting of many lines below the start offset got lost again, so it is useless.
So how to reach my goal best with UltraEdit?