Closed ullenboom closed 5 years ago
The hexdump buffer is read-only by default.
But you can edit the hexadecimal value under your cursor with the following command:
editValue (shift+enter) Edit Value Under Cursor
Edited values will display in red. You should then export or save the buffer with one of the following command.
exportToFile (ctrl+shift+s, cmd+shift+s) Export to Binary File...
save (ctrl+s, cmd+s) Save file
Those commands should also be available via the right-click menu.
Changing bytes is not possible. Is this the intended default?