Can you insert a Hex value into a file? I have the Hex Viewer installed and I can edit a Hex value but I can’t insert a Hex value. What we are trying to do is change the Hex value of 1c to 0d 0a. Using the show Hex Edit Panel we are able to overwrite the 1c by typing 0d but can’t add the 0a value. Is there a way to add or insert this value?
Insert Hex Value
rppn
#2
You should probably ask that question via the package’s issue tracker on Github:
Did you check the docs already?
0 Likes
facelessuser
#4
Probably use a dedicated hex editor. There are free ones available. HexViewer doesn’t allow inserting, only in place editing. It’s possible in the future I can add support for inserting, but usually when I am doing those kinds of edits, I am using a dedicated hex editor, or even more likely, just scripting it.
1 Like