Table of Contents
Note that most menu commands also have a keyboard shortcut.
- → (Ctrl+N)
Create a new byte array...
: ... as Empty one.
: ... by the current content of the clipboard.
: ... with a given pattern.
: ...with random data.
: ... with all the bytes from 0 to 255.
- → (Ctrl+O)
Open an existing file.
- →
Choose from a list of the last opened files.
- → (Ctrl+S)
Save byte array to the assigned file.
- →
Save byte array to another file with a new name.
- →
Export the selected bytes to a file...
: ... encoded as byte values.
: ... encoded as characters.
: ... encoded in the Base64 format.
: ... defined as an array in the programming language C.
: ... as in the data view with offset, byte values and characters.
- → (F5)
Discards all changes and reloads the byte array from the file.
- → (Ctrl+P)
Print the current byte array.
- →
Set modification privileges:
- Set Read-only
When set, changes may not be made to the loaded byte array.
- → (Ctrl+W)
Close the current byte array.
- →
Close all byte arrays.
- →
Close all besides the current byte array.
- → (Ctrl+Q)
Close the Okteta window.